X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5737916435bfeaec27dfd64af918bd8c7ae6ac0f..493f5c31bcaf9f89774a9ab5489581ca4729d4a6:/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 d4f9b62..68ebde2 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 %} @@ -45,43 +104,3 @@ {% trans "add new comment" %} {% endif %}
-
- {% if can_comment %} -
- {% csrf_token %} -
- -
- - {{ min_length }}|{{ max_length }} - {% trans "characters needed" %} - {% trans "characters left" %} - - - -
-
- -
- {% endif %} -
-