|
@@ -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 %}
|