phase 1 backup - support for multi-file versioned upload
This commit is contained in:
@@ -21,11 +21,6 @@ class ProjectForm(forms.Form):
|
||||
'placeholder': 'Write the description in Markdown…',
|
||||
}),
|
||||
)
|
||||
caption = forms.CharField(
|
||||
max_length=128,
|
||||
required=False,
|
||||
widget=forms.TextInput(attrs={'placeholder': 'Optional caption for the gallery media'}),
|
||||
)
|
||||
tags = forms.CharField(
|
||||
required=False,
|
||||
widget=forms.HiddenInput(),
|
||||
|
||||
Reference in New Issue
Block a user