|
@@ -68,7 +68,7 @@
|
|
|
<hr>
|
|
|
<h4>{% trans %}Message Body{% endtrans %}</h4>
|
|
|
{% endif %}
|
|
|
- {{ editor.editor(form.post, get_button(), rows=8, zen=True, extra=get_extra()) %) }}
|
|
|
+ {{ editor.editor(form.post, get_button(), rows=8, zen=True, extra=get_extra()) }}
|
|
|
{% if 'edit_reason' in form.fields or (action == 'new_reply' and 'invite_users' in form.fields) %}
|
|
|
<hr>
|
|
|
{% if action == 'new_reply' and 'invite_users' in form.fields %}
|