# HG changeset patch # User neko259 # Date 2013-12-18 10:13:08 # Node ID e8a6098a56104d06773f94630a452d6e4017c60c # Parent f31baaf988d853e551ef63cfe4d41ca61bac9def Removed an e-mail field by CSS 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 }} +
+ +
+
+