summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 4123d7f..d6a1726 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -34,7 +34,7 @@
{%- if g.user %}
<li>Angemeldet als <strong>{{ g.user.uid }}</strong></li>
{%- if g.user.uid in config.get('ADMIN_USERS', []) %}
- <li><a href="{{ url_for('admin') }}">Admin</a></li>
+ <li><a href="{{ url_for('admin.index') }}">Admin</a></li>
{%- endif %}
<li><a href="{{ url_for('logout') }}">Abmelden</a></li>
{%- else %}