aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-12 11:40:24 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-12 11:40:24 +0000
commit5df90012d7fc4d44821d379b9ff0e0b5698f13cb (patch)
tree5816e9143f8cd90c1b2023df297cde4c759d1ea0
parent6796fbbfe553fe0c53a156335eb37fb9161e104f (diff)
Admin thing for EHA site.
-rw-r--r--templates/web/emptyhomes/header.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/web/emptyhomes/header.html b/templates/web/emptyhomes/header.html
index 8b8de9b26..d3f93b5ad 100644
--- a/templates/web/emptyhomes/header.html
+++ b/templates/web/emptyhomes/header.html
@@ -5,8 +5,10 @@
<!--[if gt IE 8]><!--><html lang="[% lang_code %]"><!--<![endif]-->
<head>
- <link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]">
- <link rel="stylesheet" type="text/css" href="[% version('/cobrands/emptyhomes/css.css') %]">
+[% SET start = c.config.ADMIN_BASE_URL IF admin %]
+
+ <link rel="stylesheet" type="text/css" href="[% start %][% version('/css/core.css') %]">
+ <link rel="stylesheet" type="text/css" href="[% start %][% version('/cobrands/emptyhomes/css.css') %]">
[% INCLUDE 'common_header_tags.html', site_title = loc('Report Empty Homes') %]
</head>