diff --git a/drama/templates/comments.html b/drama/templates/comments.html index 0ae94d460e..ebfd3917ae 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -316,7 +316,7 @@ {% endif %} {% if v and c.post and (v.admin_level >= 1 or v.id == c.post.author_id) and c.level == 1 %} -
  • {{'Unpin' if c.is_pinned else 'Pin'}} +
  • {{'Unpin' if c.is_pinned else 'Pin'}}
  • {% endif %}