diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -206,6 +206,11 @@
+
{% trans "Create new thread" %}
{% csrf_token %} diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -94,18 +94,23 @@ {% endcache %}
- -
{% trans "Reply to thread" %} #{{ thread.get_opening_post.id }}
+ + +
{% trans "Reply to thread" %} #{{ thread.get_opening_post.id }}
- {% csrf_token %} - {{ form.as_div }} -
- -
- - +
{% csrf_token %} + {{ form.as_div }} +
+ +
+
+