Browse Source

Fixed template syntax

Rafał Pitoń 11 years ago
parent
commit
d09be1770b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/cranefly/private_threads/posting.html

+ 1 - 1
templates/cranefly/private_threads/posting.html

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