aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/forms.py
diff options
context:
space:
mode:
authorCaleb Forbes Davis V <caldavis@gmail.com>2011-07-08 01:59:44 -0500
committerCaleb Forbes Davis V <caldavis@gmail.com>2011-07-08 01:59:44 -0500
commit04a95150646247abd13992b5c103a6d780d8861b (patch)
treeed73451c3009974c010591a6524d8bb2149be2c0 /mediagoblin/edit/forms.py
parente6fd112d429d1fcc5994ff19c61bd67367a33ce5 (diff)
downloadmediagoblin-04a95150646247abd13992b5c103a6d780d8861b.tar.lz
mediagoblin-04a95150646247abd13992b5c103a6d780d8861b.tar.xz
mediagoblin-04a95150646247abd13992b5c103a6d780d8861b.zip
F360(tagging) - adds tag fields for submission, edit and display
Diffstat (limited to 'mediagoblin/edit/forms.py')
-rw-r--r--mediagoblin/edit/forms.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py
index d5e7f0a9..b2d575cb 100644
--- a/mediagoblin/edit/forms.py
+++ b/mediagoblin/edit/forms.py
@@ -25,6 +25,8 @@ class EditForm(wtforms.Form):
slug = wtforms.TextField(
'Slug')
description = wtforms.TextAreaField('Description of this work')
+ tags = wtforms.TextField(
+ 'Tags')
class EditProfileForm(wtforms.Form):
bio = wtforms.TextAreaField('Bio',