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)}}