From 78278f4adbc46cfdd068a38c8f122f9fc8d47f83 Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Thu, 19 Jul 2012 03:10:25 -0400 Subject: [PATCH] switch from buttons to a nav list for user links --- symposion_project/templates/site_base.html | 49 +++++++++++++++------- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/symposion_project/templates/site_base.html b/symposion_project/templates/site_base.html index e34c2db1..06571557 100644 --- a/symposion_project/templates/site_base.html +++ b/symposion_project/templates/site_base.html @@ -24,20 +24,32 @@
- {% if request.user.is_authenticated %} -
-
- Dashboard - {% if request.user.is_staff %} - Admin - {% endif %} - Settings - {% csrf_token %} -
-
- {% else %} - Log in / Sign up - {% endif %} +

{{ SITE_NAME }}

@@ -94,5 +106,14 @@ {% analytics %} + {% block extra_script %}{% endblock %} {% endblock %}