Only show red strip if logged in

Mainly because the red/beta orange/blue combo looks gross. And also
because you’re not in admin mode until you’re logged in.
This commit is contained in:
Chris Hill-Scott
2016-07-28 09:05:28 +01:00
parent f22b61b9f4
commit 37923b77a9

View File

@@ -5,9 +5,11 @@
<!--[if gt IE 8]><!-->
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
<!--<![endif]-->
{% if current_user.is_authenticated %}
<style>
#global-header-bar { background-color: {{header_colour}} }
#global-header-bar { background-color: {{header_colour}} }
</style>
{% endif %}
<!--[if IE 6]>
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main-ie6.css') }}" />
<![endif]-->