From 8828419d9e1edc72ba37e8d8347caa3d4fc783de Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Thu, 30 Oct 2008 22:01:13 -0400 Subject: only show dev toolbar if user is logged in --- templates/base.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 4abc538..75d65da 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,15 +28,17 @@ {% endblock %}
- + {% if user.is_authenticated %} + + {% endif %}
-- cgit v1.2.3-24-g4f1b