Skip to content

Commit 9d09b7f

Browse files
Update base.html
1 parent 35b97b3 commit 9d09b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tings<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
@@ -25,7 +25,7 @@
2525
<a href="{{ url_for('settings.index') }}">Settings</a>
2626
<a href="{{ url_for('auth.profile') }}">Profile</a>
2727
{% if current_user.is_admin %}
28-
<a href="{{ url_for('admin.index') }}">Admin</a>
28+
<a href="{{ url_for('admin.users') }}">Admin</a>
2929
{% endif %}
3030
<a href="{{ url_for('auth.logout') }}">Logout</a>
3131
</div>

0 commit comments

Comments
 (0)