diff --git a/files/templates/comments.html b/files/templates/comments.html index 3c413b5ab..e99889d3c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -171,7 +171,7 @@ {% if render_replies %} - {% if level<10 %} + {% if level<5 %}
{% set standalone=False %} {% for reply in replies %} @@ -304,40 +304,7 @@ {{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 %}