Browse Source

Missed template #37

Rafał Pitoń 11 years ago
parent
commit
758922973f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/admin/warning_levels/form.html

+ 2 - 2
templates/admin/warning_levels/form.html

@@ -10,7 +10,7 @@
 </fieldset>
 <fieldset>
   <legend>{% trans %}Restrictions{% endtrans %}</legend>
-  {{ form_theme.row(form.inhibit_posting_replies, attrs={'class': 'span12'}) }}
-  {{ form_theme.row(form.inhibit_posting_threads, attrs={'class': 'span12'}) }}
+  {{ form_theme.row(form.restrict_posting_replies, attrs={'class': 'span12'}) }}
+  {{ form_theme.row(form.restrict_posting_threads, attrs={'class': 'span12'}) }}
 </fieldset>
 {% endblock %}