diff --git a/files/templates/comments/CommentActions.html b/files/templates/comments/CommentActions.html index 6991a8522..f214b9b72 100644 --- a/files/templates/comments/CommentActions.html +++ b/files/templates/comments/CommentActions.html @@ -162,17 +162,19 @@

  • - + {% if v.id != c.author.id %} {% endif %} + + {% endif %} {% if v and c.parent_submission and (c.author_id==v.id or v.admin_level > 0) %}
  • diff --git a/files/templates/submission/SubmissionActions.html b/files/templates/submission/SubmissionActions.html index 29f94ef2e..af3133575 100644 --- a/files/templates/submission/SubmissionActions.html +++ b/files/templates/submission/SubmissionActions.html @@ -173,35 +173,20 @@ {% endif %} {% if v.admin_level >=3 %} - {% if "/reported/" in request.path %} + {% if v.id != p.author.id %} -
  • - -
  • - {% endif %} -
  • - -
  • - {% else %} - - {% if v.id != p.author.id %} -
  • -
  • {% endif %} -
  • -
  • {% endif %} - {% endif %} {% if v.id == p.author_id or v.admin_level >= 3 %}