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.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py
index 7208593b..83e83c3c 100644
--- a/mediagoblin/edit/forms.py
+++ b/mediagoblin/edit/forms.py
@@ -78,12 +78,6 @@ 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(
@@ -106,12 +100,6 @@ class EditAttachmentsForm(wtforms.Form):
attachment_file = wtforms.FileField(
'File')
-class EditSubtitlesForm(wtforms.Form):
- subtitle_language = wtforms.StringField(
- 'Language')
- subtitle_file = wtforms.FileField(
- 'File')
-
class EditCollectionForm(wtforms.Form):
title = wtforms.StringField(