diff --git a/files/templates/comments.html b/files/templates/comments.html index 41f1cfd3e..10e28d169 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -302,7 +302,7 @@ {% endif %} {% if v and v.admin_level==6 and v.id==c.author_id %} -
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • +
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • {% endif %} @@ -460,7 +460,7 @@ {% if v %} {% if v.admin_level>=1 and v.id==c.author_id %} -
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • +
  • {{'Undistinguish' if c.distinguish_level else 'Distinguish'}}
  • {% endif %} {% if v.admin_level>=3 %}
  • Approve