|
@@ -14,7 +14,6 @@ class PrefixForm(Form):
|
|
style = forms.CharField(label=_("Prefix CSS Class"),
|
|
style = forms.CharField(label=_("Prefix CSS Class"),
|
|
help_text=_("CSS class that will be used to style this thread prefix."),
|
|
help_text=_("CSS class that will be used to style this thread prefix."),
|
|
max_length=255, required=False)
|
|
max_length=255, required=False)
|
|
-
|
|
|
|
forums = ForumMultipleChoiceField(label=_("Prefix Forums"),
|
|
forums = ForumMultipleChoiceField(label=_("Prefix Forums"),
|
|
help_text=_("Select forums in which this prefix will be available."),
|
|
help_text=_("Select forums in which this prefix will be available."),
|
|
level_indicator=u'- - ',
|
|
level_indicator=u'- - ',
|