From 37923b77a9043e71eeb026e8419b4cf993937770 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 28 Jul 2016 09:05:28 +0100 Subject: [PATCH] Only show red strip if logged in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mainly because the red/beta orange/blue combo looks gross. And also because you’re not in admin mode until you’re logged in. --- app/templates/admin_template.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 73b195e10..02564240d 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -5,9 +5,11 @@ + {% if current_user.is_authenticated %} + {% endif %}