diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-07-30 00:16:03 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-07-30 00:16:22 +0100 |
| commit | dd6257a0a042f1ae82bcd00c999fade3746abdbf (patch) | |
| tree | ff821173b04a7d90722ec88a2f0087017d53f40b /app/templates/admin | |
| parent | 23b324cc9c3e6ace8954067c81545aac214f00c9 (diff) | |
| download | cheatdb-dd6257a0a042f1ae82bcd00c999fade3746abdbf.tar.xz | |
Add flask-admin
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index a2ac6d5..307821f 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -1,11 +1,12 @@ {% extends "base.html" %} {% block title %} - Admin Tools +Admin {% endblock %} {% block content %} <ul> + <li><a href="db/">Database</a></li> <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('license_list_page') }}">License Editor</a></li> |
