aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/emptyhomes/header.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-01-15 18:10:13 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2015-01-19 16:54:24 +0000
commit311dabb07a166ad44b5c5259358f17ed74a1d1b3 (patch)
tree1ae6ddda0a5d8d9f565252a8eee9b88e810c280a /templates/web/emptyhomes/header.html
parent683bc0b0898df79a6281ebcab93045b79649484e (diff)
Move site_title function to site-name web template
This matches the email template behaviour, and makes it much easier to override without requiring a cobrand package file. Fixes #979.
Diffstat (limited to 'templates/web/emptyhomes/header.html')
-rw-r--r--templates/web/emptyhomes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/emptyhomes/header.html b/templates/web/emptyhomes/header.html
index fea973468..de1ecec7b 100644
--- a/templates/web/emptyhomes/header.html
+++ b/templates/web/emptyhomes/header.html
@@ -9,7 +9,7 @@
<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.css') %]">
- [% INCLUDE 'common_header_tags.html', site_title = loc('Report Empty Homes') %]
+ [% INCLUDE 'common_header_tags.html' %]
</head>
<body>