From 19848a154d10d27758ff37e41040e202c9dd2a42 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 27 May 2018 17:11:02 +0100 Subject: Add tag editor --- app/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index dc31624..7b9f361 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -63,6 +63,9 @@ {% if current_user.rank == current_user.rank.ADMIN %}
  • Admin
  • {% endif %} + {% if current_user.rank == current_user.rank.MODERATOR %} +
  • Tag Editor
  • + {% endif %}
  • Sign out
  • -- cgit v1.2.3