diff --git a/drama/templates/comments.html b/drama/templates/comments.html index bb393cdfe..fcef3532a 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -265,10 +265,6 @@
  • Context
  • Copy link
  • - {% if v and v.admin_level>=3 %} -
  • Remove
  • -
  • Approve
  • - {% endif %} {% if v %}
  • Report
  • {% else %} @@ -288,6 +284,21 @@ {% endif %} + {% if v and v.admin_level==6 and v.id==c.author_id %} +
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • + {% endif %} + + + {% if not v.id==c.author_id and v.admin_level == 0 %} +
  • Block user
  • + {% endif %} + + + {% if v and v.admin_level>=3 %} +
  • Remove
  • +
  • Approve
  • + {% endif %} + {% if v and v.admin_level==6 and v.id != c.author_id and c.author.is_banned %}
  • Unban user
  • {% else %} @@ -299,17 +310,6 @@
  • Toggle +18
  • {% endif %} - - - {% if v and v.admin_level==6 and v.id==c.author_id %} -
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • - {% endif %} - - - {% if not v.id==c.author_id and v.admin_level == 0 %} -
  • Block user
  • - {% endif %} - {% if v.admin_level >=4 and c.oauth_app %}
  • API App
  • {% endif %}