aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/edit/forms.py')
-rw-r--r--mediagoblin/edit/forms.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py
index c9eae429..7208593b 100644
--- a/mediagoblin/edit/forms.py
+++ b/mediagoblin/edit/forms.py
@@ -78,6 +78,12 @@ class EditProfileForm(wtforms.Form):
location = wtforms.StringField(_('Hometown'))
+class CustomizeSubtitlesForm(wtforms.Form):
+ subtitle = wtforms.TextAreaField(
+ _('Subtitle'),
+ [wtforms.validators.Optional()],
+ description=_(""))
+
class EditAccountForm(wtforms.Form):
wants_comment_notification = wtforms.BooleanField(