aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index 126f56f..35a2ac6 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -65,6 +65,7 @@
{% endif %}
{% if current_user.rank == current_user.rank.MODERATOR %}
<li><a href="{{ url_for('tag_list_page') }}">Tag Editor</a></li>
+ <li><a href="{{ url_for('license_list_page') }}">License Editor</a></li>
{% endif %}
<li><a href="{{ url_for('user.logout') }}">Sign out</a></li>
</ul>