summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/templates/base.html
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-09-12 11:19:18 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2016-09-12 11:19:18 +0200
commited84f733591f2b6cede955ce1ff91f647581f0ff (patch)
treea3bb94cc4fb07aeee01614028c85a20385977adf /pharos-dashboard/templates/base.html
parentc19db1ed0fcbf232a7a9045e8d5680b93929dddd (diff)
Add user info panel
JIRA: PHAROS-264 Change-Id: I5404812a78755ce1026401b8dda1f0d167dc6fda Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/templates/base.html')
-rw-r--r--pharos-dashboard/templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/pharos-dashboard/templates/base.html b/pharos-dashboard/templates/base.html
index 64174a1..42156e3 100644
--- a/pharos-dashboard/templates/base.html
+++ b/pharos-dashboard/templates/base.html
@@ -71,6 +71,11 @@
class="fa fa-fw"></i>Resources
</a>
</li>
+ <li>
+ <a href="{% url 'account:users' %}"><i
+ class="fa fa-fw"></i>Users
+ </a>
+ </li>
</ul>
</div>
<!-- /.sidebar-collapse -->