summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/_header.html
diff options
context:
space:
mode:
authorKabir Kukreti <kabir@gnowledge.org>2012-03-21 23:40:16 +0530
committerKabir Kukreti <kabir@gnowledge.org>2012-03-21 23:40:16 +0530
commit80c44cea4f454d59c6a981e512d58bf99cadfc2a (patch)
tree4154fe8732a3abdfa55e2da87eee917d224e09ff /gstudio/templates/gstudio/_header.html
parenta65ec2f214c96cb537a101f96998d87a9e681991 (diff)
downloadgnowsys-80c44cea4f454d59c6a981e512d58bf99cadfc2a.tar.gz
Bug in views of custom forms fixed.Malformed URL in header fixed
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 f1f21d1..8b02d2c 100644
--- a/gstudio/templates/gstudio/_header.html
+++ b/gstudio/templates/gstudio/_header.html
@@ -11,7 +11,7 @@
| <a href="{{ get_absolute_url }}/objects">objects</a>
{% if user.is_authenticated %}
- | <a href="{{ get_absolute_url }}/gstudio/userdashboard">My Dashboard</a>
+ | <a href="{{ get_absolute_url }}/nodetypes/userdashboard">My Dashboard</a>
{% if user.is_staff %}
| <a href="{{ get_absolute_url }}/admin">Admin Dashboard</a>