Changed the format of the wtforms table slightly
This commit is contained in:
@@ -124,8 +124,8 @@ class ChangeEmailForm(wtforms.Form):
|
||||
"Enter your password to prove you own this account."))
|
||||
|
||||
class MetaDataForm(wtforms.Form):
|
||||
identifier = wtforms.TextField('')
|
||||
value = wtforms.TextField('')
|
||||
identifier = wtforms.TextField(_(u'Identifier'))
|
||||
value = wtforms.TextField(_(u'Value'))
|
||||
|
||||
class EditMetaDataForm(wtforms.Form):
|
||||
media_metadata = wtforms.FieldList(
|
||||
|
||||
Reference in New Issue
Block a user