diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-11-14 00:56:28 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-11-14 00:56:28 +0000 |
| commit | 8ca343768944fc8d9b2af9147697d2d6d960c064 (patch) | |
| tree | 582e7dd93f949a58105baaa7071d44da78f13688 /app/templates/admin | |
| parent | aeafb8247f1977fd2ca44e15612ba8c20d7ab908 (diff) | |
| download | cheatdb-8ca343768944fc8d9b2af9147697d2d6d960c064.tar.xz | |
Revert "Add flask-admin"
This reverts commit dd6257a0a042f1ae82bcd00c999fade3746abdbf.
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/list.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index 307821f..a2ac6d5 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -1,12 +1,11 @@ {% extends "base.html" %} {% block title %} -Admin + Admin Tools {% 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> |
