From e7d1ee132aa614ef632e7507295244ed7aaf9bff Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 19:52:53 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 169 +++++++++++++++++++++++++++++++++- 1 file changed, 168 insertions(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 8ea326b3a..25c6a8e07 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -268,7 +268,174 @@
- test +
+ + + {% if c.active_flags %} + + {% endif %} + + {% if c.is_banned and c.ban_reason %} +
Removed by @{{c.ban_reason}}
+ {% endif %} + +
+ {{c.realbody(v) | safe}} + {% if c.options %} + {% for o in c.options %} +
+ + +
+ {% endfor %} +

+				{% endif %}
+
+				{% if c.author.sig_html and (c.author_id == 1904 or not (v and v.sigs_disabled)) %}
+					
+ {{c.author.sig_html | safe}} + {% endif %} + + + {% if not c.parent_submission and c.author_id!=NOTIFICATIONS_ID and c.author_id!=AUTOJANNY_ID and c.author_id!=v.id %} + Reply +

+					
+				{% endif %}
+			
+ {% if c.parent_submission %} + + {% if v and v.id==c.author_id %} + {% include "/comments/CommentEditForm.html" %} + {% endif %} + +
+ {% include "/comments/CommentActions.html" %} +
+ {% endif %} + +