diff --git a/files/templates/comments.html b/files/templates/comments.html index 5cfffb839..5c6b6687d 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -26,18 +26,17 @@ } - -{% if v %} + {% if v and v.admin_level > 1 %} {% endif %} - + {% include "expanded_image_modal.html" %} - + {% macro single_comment(c, level=1) %} @@ -108,7 +107,7 @@ {% endif %} - +