diff --git a/files/templates/comments.html b/files/templates/comments.html index 344b38ffd9..72bf295289 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -259,17 +259,20 @@ {% endif %} {% if c.is_banned and c.ban_reason %} -
Reason: {{c.ban_reason}}
+
Reason: {{c.ban_reason}}
{% endif %}
{{c.realbody(v) | safe}} - {% for c in c.options %} -
- - -
- {% endfor %} + {% if c.options %} + {% for c in c.options %} +
+ + +
+ {% endfor %} +   + {% endif %} {% if not c.parent_submission and c.author_id!=NOTIFICATIONS_ACCOUNT and c.author_id!=AUTOJANNY_ACCOUNT and c.author_id!=v.id %} Reply