diff --git a/templates/mod/edit_post_form.html b/templates/mod/edit_post_form.html index 7f8d4b1e..8726cc63 100644 --- a/templates/mod/edit_post_form.html +++ b/templates/mod/edit_post_form.html @@ -1,6 +1,6 @@
- + + {% if ban_message_access %} + + + + + + + + + {% endif %}
@@ -35,10 +35,28 @@
+ {% trans %}Ban message{% endtrans %} + + +
+ {% trans %}Warn message{% endtrans %} + + +

{% if raw %} - {% trans %}Currently editing raw HTML.{% endtrans %} + {% trans %}Currently editing raw HTML.{% endtrans %} {% trans %}Edit markup instead?{% endtrans %} {% else %} {% trans %}Edit raw HTML instead?{% endtrans %}