diff --git a/drama/templates/comments.html b/drama/templates/comments.html index ebcc45831..31c321060 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -294,21 +294,21 @@ {% if v and v.admin_level>=3 %} -
  • Remove
  • -
  • Approve
  • +
  • Remove
  • +
  • Approve
  • {% endif %} {% if v and v.admin_level==6 and v.id != c.author_id %} {% if c.author.is_banned %} -
  • Unban user
  • +
  • Unban user
  • {% else %} -
  • Ban user
  • +
  • Ban user
  • {% endif %} {% endif %} {% if v and c.parent_submission and (c.author_id==v.id or v.admin_level > 0) %} -
  • Toggle +18
  • +
  • Toggle +18
  • {% endif %} {% if v and v.admin_level >=4 and c.oauth_app %}