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 785b14b commit 904acd0Copy full SHA for 904acd0
app/templates/base.html
@@ -12,6 +12,7 @@ <h1>Email Forwarder Manager</h1>
12
{% if current_user.is_authenticated %}
13
<div class="nav-links">
14
<a href="{{ url_for('dashboard') }}">Dashboard</a>
15
+ <a href="{{ url_for('settings.index') }}">Settings</a>
16
{% if current_user.is_admin %}
17
<a href="{{ url_for('admin.users') }}">User Management</a>
18
{% endif %}
@@ -34,4 +35,3 @@ <h1>Email Forwarder Manager</h1>
34
35
<script src="{{ url_for('static', filename='script.js') }}"></script>
36
</body>
37
</html>
-
0 commit comments