Skip to content
Snippets Groups Projects
Commit 78fd775c authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Updated link to Roles admin page

parent c01d988e
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
{% if current_user.is_admin %}
<li><a href="{{ url_for('home.admin_dashboard') }}">Dashboard</a></li>
<li><a href="{{ url_for('admin.list_departments') }}">Departments</a></li>
<li><a href="#">Roles</a></li>
<li><a href="{{ url_for('admin.list_roles') }}">Roles</a></li>
<li><a href="#">Employees</a></li>
{% else %}
<li><a href="{{ url_for('home.dashboard') }}">Dashboard</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment