From 9e528317bb95588abf2f8a60d5e73d2dd20c5877 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 7 Oct 2021 06:19:29 +0200 Subject: [PATCH] dfsdf --- files/templates/comments.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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