Browse Source

Tiny formatting change

Rafał Pitoń 11 years ago
parent
commit
c376d9d3d5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/apps/admin/prefixes/forms.py

+ 0 - 1
misago/apps/admin/prefixes/forms.py

@@ -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'- - ',