summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'pharos-dashboard/src/templates/base.html')
-rw-r--r--pharos-dashboard/src/templates/base.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/pharos-dashboard/src/templates/base.html b/pharos-dashboard/src/templates/base.html
index 5bb5547..2ce22a3 100644
--- a/pharos-dashboard/src/templates/base.html
+++ b/pharos-dashboard/src/templates/base.html
@@ -67,8 +67,15 @@
Slaves</a>
</li>
<li>
+ {% if user.is_authenticated %}
<a href="{% url 'account:users' %}"><i
- class="fa fa-fw"></i>Users
+ class="fa fa-fw"></i>User List
+ </a>
+ {% endif %}
+ </li>
+ <li>
+ <a href="{% url 'booking:list' %}"><i
+ class="fa fa-fw"></i>Booking List
</a>
</li>
<li>