Deleted line accidentally
This commit is contained in:
@@ -152,6 +152,7 @@ class MetadataForm(forms.Form):
|
||||
name = forms.CharField(label=_(u'Name'),
|
||||
required=False, widget=forms.TextInput(attrs={'readonly':'readonly'}))
|
||||
value = forms.CharField(label=_(u'Value'), required=False)
|
||||
MetadataFormSet = formset_factory(MetadataForm, extra=0)
|
||||
|
||||
|
||||
class DocumentCreateWizard(BoundFormWizard):
|
||||
|
||||
Reference in New Issue
Block a user