X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/b00a18907b95d74b040d7950bd18d2b2a7709cb1..e6a05ab54f6eea95902b7e9d12858de123e39d17:/forum/skins/default/templates/node/comments.html diff --git a/forum/skins/default/templates/node/comments.html b/forum/skins/default/templates/node/comments.html index f466cbf..3457aab 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -1,6 +1,63 @@ {% load extra_tags %} {% load i18n %} +
+
+ {% if can_comment %} +
+ {% csrf_token %} +
+ +
+ + {{ min_length }}|{{ max_length }} + {% trans "characters needed" %} + {% trans "characters left" %} + + + +
+
+ {% if user.can_use_canned_comments %} +
+ + {% trans "Use canned comment" %} + + +
+ {% endif %} +
+ +
+ {% endif %} +
+
+
{% for comment in comments %} @@ -24,6 +81,8 @@ {% if comment.can_convert %} + {% endif %} @@ -39,49 +98,9 @@ {% blocktrans %}showing {{ showing }} of {{ total }}{% endblocktrans %} - {% trans "show all" %} + {% blocktrans %}show {{ more_comments_count }} more comments{% endblocktrans %} {% endifnotequal %} {% if can_comment %} {% trans "add new comment" %} {% endif %}
-
- {% if can_comment %} -
-
- -
- - {{ min_length }}|{{ max_length }} - {% trans "characters needed" %} - {% trans "characters left" %} - - - -
-
- -
- {% endif %} -
-