Add tag editor

This commit is contained in:
rubenwardy
2018-05-27 17:11:02 +01:00
parent 6ce2eb7133
commit 19848a154d
6 changed files with 105 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
{% block content %}
<ul>
<li><a href="{{ url_for('user_list_page') }}">User list</a></li>
<li><a href="{{ url_for('tag_list_page') }}">Tag Editor</a></li>
<li><a href="{{ url_for('switch_user_page') }}">Sign in as another user</a></li>
</ul>