From 94535d4adc3a4960795d22e3b229a8375de10b74 Mon Sep 17 00:00:00 2001 From: supriya Date: Wed, 26 Sep 2012 15:49:52 +0530 Subject: all modules integrated --- gstudio/templates/gstudio/_header.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'gstudio/templates/gstudio/_header.html') diff --git a/gstudio/templates/gstudio/_header.html b/gstudio/templates/gstudio/_header.html index 1a5de32..123b05d 100644 --- a/gstudio/templates/gstudio/_header.html +++ b/gstudio/templates/gstudio/_header.html @@ -13,14 +13,17 @@ --> - {% if user.is_authenticated %} - {% if user.is_staff %} - | Loom Studio + | Loom + | Wikipages | Documents - | Wikipage | Images | Videos - | Admin Dashboard + | Node Types + | Node Objects + {% if user.is_authenticated %} + {% if user.is_staff %} + + | Dashboard {% endif %} {% endif %} @@ -58,9 +61,9 @@ {% url django-admindocs-docroot as docsroot %} {% if docsroot %} -
  • {% trans 'Documentation' %}
  • + {% endif %} -
  • Code
  • +
  • Code
  • {% endblock %} {% else %} -- cgit v1.1