From 6d7c90142f6cd3f08e0ee28216392c421711a209 Mon Sep 17 00:00:00 2001 From: Dhiru Date: Sat, 16 Jun 2012 18:38:21 +0530 Subject: cleaned up the interface, search and rss feeds in the header, home page, third column removed, versions as a series of '+' marks below the title. --- gstudio/templates/gstudio/_header.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'gstudio/templates/gstudio/_header.html') diff --git a/gstudio/templates/gstudio/_header.html b/gstudio/templates/gstudio/_header.html index 2e05c8c..4a913e9 100644 --- a/gstudio/templates/gstudio/_header.html +++ b/gstudio/templates/gstudio/_header.html @@ -6,15 +6,17 @@
  Gnowledge Studio
-
{% if grappelli_admin_title %}{{ +
+ Home + | {% if grappelli_admin_title %}{{ grappelli_admin_title }}{% else %}{% get_admin_title %}{% endif %} - | Home - | objects + + | Objects {% if user.is_authenticated %} {% if user.is_staff %} - | Admin Dashboard + | Admin Dashboard {% endif %} {% endif %} @@ -26,18 +28,18 @@ {% else %} -- cgit v1.1