From b0876ed40794df47dc60e94edfd4901cc7312236 Mon Sep 17 00:00:00 2001 From: Kabir Date: Thu, 17 May 2012 15:43:14 +0530 Subject: My dashboard removed from the header template --- gstudio/templates/gstudio/_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gstudio/templates/gstudio/_header.html') 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 @@ | objects {% if user.is_authenticated %} - | My Dashboard + {% if user.is_staff %} | Admin Dashboard -- cgit v1.1