aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
diff options
context:
space:
mode:
authortilly-Q <nattilypigeonfowl@gmail.com>2014-05-12 12:20:03 -0400
committertilly-Q <nattilypigeonfowl@gmail.com>2014-05-12 12:20:03 -0400
commit494bce47f92165f322347003baac22731e0ee7aa (patch)
treefb5245f000b759a65301f554c00cd2eaa3795cc6 /mediagoblin/edit
parentd015e4a84dfcde0bef510228f5b8f23a7c895a34 (diff)
downloadmediagoblin-494bce47f92165f322347003baac22731e0ee7aa.tar.lz
mediagoblin-494bce47f92165f322347003baac22731e0ee7aa.tar.xz
mediagoblin-494bce47f92165f322347003baac22731e0ee7aa.zip
Changed the format of the wtforms table slightly
Diffstat (limited to 'mediagoblin/edit')
-rw-r--r--mediagoblin/edit/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py
index ce66526f..7ddf603e 100644
--- a/mediagoblin/edit/forms.py
+++ b/mediagoblin/edit/forms.py
@@ -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(