diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-12 13:07:11 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-12 13:13:46 -0400 |
commit | 6b6b1b076bf0f2104dacdfa0f351555bcb6c98d6 (patch) | |
tree | 67555538f99764ebd690b9800d267cddea35d014 /mediagoblin/edit/forms.py | |
parent | 7bcb3e100c38270342da8a84e63f5350f9c71f05 (diff) | |
download | mediagoblin-6b6b1b076bf0f2104dacdfa0f351555bcb6c98d6.tar.lz mediagoblin-6b6b1b076bf0f2104dacdfa0f351555bcb6c98d6.tar.xz mediagoblin-6b6b1b076bf0f2104dacdfa0f351555bcb6c98d6.zip |
Made some changes so that the metadata editing page works well with the updated
metadata tools.
Diffstat (limited to 'mediagoblin/edit/forms.py')
-rw-r--r-- | mediagoblin/edit/forms.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py index 7ddf603e..c2355980 100644 --- a/mediagoblin/edit/forms.py +++ b/mediagoblin/edit/forms.py @@ -131,6 +131,3 @@ class EditMetaDataForm(wtforms.Form): media_metadata = wtforms.FieldList( wtforms.FormField(MetaDataForm, label="") ) - context = wtforms.FieldList( - wtforms.FormField(MetaDataForm, label="") - ) |