X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/e6a05ab54f6eea95902b7e9d12858de123e39d17..158a305095187b1b1c9cee417b94d15f515e5ebe:/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 3457aab..b34b58d 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -1,62 +1,7 @@ {% 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 %} -
-
+{% if show_latest_comments_first %}{% include "node/comment_skeleton.html" %}{% endif %}
{% for comment in comments %} @@ -104,3 +49,5 @@ {% trans "add new comment" %} {% endif %}
+ +{% if not show_latest_comments_first %}{% include "node/comment_skeleton.html" %}{% endif %}