diff --git a/files/templates/comments.html b/files/templates/comments.html index 845de0c56..b0d16721f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -305,7 +305,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 %} @@ -463,7 +463,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
  • diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index d9076b446..1db7e398e 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -1,4 +1,5 @@ +