##// END OF EJS Templates
Show tag admin link only to moderator
neko259 -
r924:f3218ffe default
parent child Browse files
Show More
@@ -63,7 +63,9 b''
63 {% autoescape off %}
63 {% autoescape off %}
64 {{ tag.get_view }}
64 {{ tag.get_view }}
65 {% endautoescape %}
65 {% endautoescape %}
66 {% if moderator %}
66 [<a href="{% url 'admin:boards_tag_change' tag.id %}"$>{% trans 'Edit tag' %}</a>]
67 [<a href="{% url 'admin:boards_tag_change' tag.id %}"$>{% trans 'Edit tag' %}</a>]
68 {% endif %}
67 </h2>
69 </h2>
68 </div>
70 </div>
69 {% endif %}
71 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now