X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/410bfa05ee36ed1d99356c443a5f3f6aa3ee9578..fb911ca1503de4dfea21871d271798f3082f582a:/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 571fd24..87ce889 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -22,7 +22,7 @@ class="ajax-command comment-delete" rel="nofollow"> {% endif %} ({% diff_date comment.added_at %}) - {{comment.user}} + {{comment.user.decorated_name}} {% if show_gravatar %}{% gravatar comment.user 18 %}{% endif %} @@ -39,18 +39,18 @@ {% trans "add new comment" %} {% endif %} -{% if can_comment %}
+ {% if can_comment %}
- +
{{ min_length }}|{{ max_length }} - {% trans "characters to go" %} + {% trans "characters needed" %} {% trans "characters left" %} - +
@@ -72,6 +72,6 @@
+ {% endif %} -{% endif %} \ No newline at end of file