aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-11-14 00:56:28 +0000
committerrubenwardy <rw@rubenwardy.com>2018-11-14 00:56:28 +0000
commit8ca343768944fc8d9b2af9147697d2d6d960c064 (patch)
tree582e7dd93f949a58105baaa7071d44da78f13688 /app/templates/admin
parentaeafb8247f1977fd2ca44e15612ba8c20d7ab908 (diff)
downloadcheatdb-8ca343768944fc8d9b2af9147697d2d6d960c064.tar.xz
Revert "Add flask-admin"
This reverts commit dd6257a0a042f1ae82bcd00c999fade3746abdbf.
Diffstat (limited to 'app/templates/admin')
-rw-r--r--app/templates/admin/list.html3
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>