summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/_header.html
diff options
context:
space:
mode:
authorKabir <kabir@gnowledge.org>2012-05-17 15:43:14 +0530
committerKabir <kabir@gnowledge.org>2012-05-17 15:43:14 +0530
commitb0876ed40794df47dc60e94edfd4901cc7312236 (patch)
tree83bea49f817c5ed4ff1ab78357f08d94c80e589d /gstudio/templates/gstudio/_header.html
parentff3302db35cf7689e2abc0f52d5058c974925784 (diff)
downloadgnowsys-b0876ed40794df47dc60e94edfd4901cc7312236.tar.gz
My dashboard removed from the header template
Diffstat (limited to 'gstudio/templates/gstudio/_header.html')
-rw-r--r--gstudio/templates/gstudio/_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/templates/gstudio/_header.html b/gstudio/templates/gstudio/_header.html
index 23d4d43..2e05c8c 100644
--- a/gstudio/templates/gstudio/_header.html
+++ b/gstudio/templates/gstudio/_header.html
@@ -12,7 +12,7 @@
| <a href="{{ get_absolute_url }}/objects">objects</a>
{% if user.is_authenticated %}
- | <a href="{{ get_absolute_url }}/nodetypes/userdashboard">My Dashboard</a>
+
{% if user.is_staff %}
| <a href="{{ get_absolute_url }}/admin">Admin Dashboard</a>