We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b97b3 commit 9d09b7fCopy full SHA for 9d09b7f
app/templates/base.html
@@ -1,4 +1,4 @@
1
-tings<!DOCTYPE html>
+<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
@@ -25,7 +25,7 @@
25
<a href="{{ url_for('settings.index') }}">Settings</a>
26
<a href="{{ url_for('auth.profile') }}">Profile</a>
27
{% if current_user.is_admin %}
28
- <a href="{{ url_for('admin.index') }}">Admin</a>
+ <a href="{{ url_for('admin.users') }}">Admin</a>
29
{% endif %}
30
<a href="{{ url_for('auth.logout') }}">Logout</a>
31
</div>
0 commit comments