summaryrefslogtreecommitdiffstats
path: root/templates/admin_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_index.html')
-rw-r--r--templates/admin_index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/admin_index.html b/templates/admin_index.html
index 6275bcc..7267493 100644
--- a/templates/admin_index.html
+++ b/templates/admin_index.html
@@ -4,5 +4,6 @@
<ul>
<li><a href="{{ url_for('admin_create_account') }}">Account erstellen</a></li>
<li><a href="{{ url_for('admin_view_blacklist') }}">Blacklist anzeigen</a></li>
+ <li><a href="{{ url_for('admin_disable_account') }}">Account deaktivieren</a></li>
</ul>
{%- endblock %}