Changed the format of the wtforms table slightly

This commit is contained in:
tilly-Q
2014-05-12 12:20:03 -04:00
parent d015e4a84d
commit 494bce47f9
4 changed files with 46 additions and 36 deletions

View File

@@ -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(