Skip to content

Commit 7b88741

Browse files
Update base.html
1 parent 3dc22f5 commit 7b88741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!-- Wrap existing nav links -->
2323
<div class="nav-links" id="navLinks">
24-
<a href="{{ url_for('main.dashboard') }}">Dashboard</a>
24+
<a href="{{ url_for('dashboard') }}">Dashboard</a>
2525
<a href="{{ url_for('settings.index') }}">Settings</a>
2626
<a href="{{ url_for('auth.profile') }}">Profile</a>
2727
{% if current_user.is_admin %}

0 commit comments

Comments
 (0)