Skip to content

Commit 904acd0

Browse files
Update base.html
1 parent 785b14b commit 904acd0

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
@@ -12,6 +12,7 @@ <h1>Email Forwarder Manager</h1>
1212
{% if current_user.is_authenticated %}
1313
<div class="nav-links">
1414
<a href="{{ url_for('dashboard') }}">Dashboard</a>
15+
<a href="{{ url_for('settings.index') }}">Settings</a>
1516
{% if current_user.is_admin %}
1617
<a href="{{ url_for('admin.users') }}">User Management</a>
1718
{% endif %}
@@ -34,4 +35,3 @@ <h1>Email Forwarder Manager</h1>
3435
<script src="{{ url_for('static', filename='script.js') }}"></script>
3536
</body>
3637
</html>
37-

0 commit comments

Comments
 (0)