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

Updated link to Employees admin page

parent 6442f696
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
<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="{{ url_for('admin.list_roles') }}">Roles</a></li>
<li><a href="#">Employees</a></li>
<li><a href="{{ url_for('admin.list_employees') }}">Employees</a></li>
{% else %}
<li><a href="{{ url_for('home.dashboard') }}">Dashboard</a></li>
{% endif %}
......
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