diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -63,7 +63,9 @@ {% autoescape off %} {{ tag.get_view }} {% endautoescape %} - [{% trans 'Edit tag' %}] + {% if moderator %} + [{% trans 'Edit tag' %}] + {% endif %} {% endif %}