summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>