diff --git a/files/templates/comments.html b/files/templates/comments.html index ee6d3f80f8..1f1aa7f6bc 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -108,7 +108,7 @@ {% set isreply = False %} {% endif %} -
+
{% if not isreply %} {% endif %} diff --git a/files/templates/userpage/wall.html b/files/templates/userpage/wall.html index 7f10c372e4..7fea31b7ec 100644 --- a/files/templates/userpage/wall.html +++ b/files/templates/userpage/wall.html @@ -2,7 +2,12 @@ {% block userpage_content %}
{{macros.comment_reply_box(u.fullname, 'replying-to-' + u.fullname, '', 'mb-3 mt-4', '', enable_cancel_button=false)}} -
+ + {% if comment_info %} + + {% endif %} + +
{% with comments=listing %}