# HG changeset patch # User neko259 # Date 2015-01-09 08:02:02 # Node ID f3218ffe6a611199354228b41520f363b907b435 # Parent cc47d11dacfd1bab2490ed682edb5c19efb695ad Show tag admin link only to moderator 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 %}