From 2842b514ad74b9bcfae4901c72414874e911aa0b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 19:54:41 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 30721fdfb..3086edcfd 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -407,7 +407,28 @@ {% 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 %}
 				
@@ -427,7 +448,7 @@
 		
 
 	{% if render_replies %} 
-		{% if level<10 %}
+		{% if level<5 %}
 			
{% for reply in replies %} {{single_comment(reply, level=level+1)}}