aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-27 17:11:02 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-27 17:12:44 +0100
commit19848a154d10d27758ff37e41040e202c9dd2a42 (patch)
tree9ff567e38eae1037f55baf85ef91718a75619e2c /app/templates/admin
parent6ce2eb71334ba4a203319a0bdf326e2823a636bd (diff)
downloadcheatdb-19848a154d10d27758ff37e41040e202c9dd2a42.tar.xz
Add tag editor
Diffstat (limited to 'app/templates/admin')
-rw-r--r--app/templates/admin/list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html
index 373f18b..3c15fa9 100644
--- a/app/templates/admin/list.html
+++ b/app/templates/admin/list.html
@@ -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>