diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-19 16:56:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-19 16:56:49 +0000 |
commit | 429c0268c2eadfe81c65966c5a81a215ab4cea51 (patch) | |
tree | 07856167a1157790c59922a4f3867358cb4878d8 /templates/web/emptyhomes/header.html | |
parent | f1f9e7fae8df97def1c91f1e5b620ec6ffc1a736 (diff) | |
parent | 311dabb07a166ad44b5c5259358f17ed74a1d1b3 (diff) |
Merge branch 'remove-need-for-site-title'
Diffstat (limited to 'templates/web/emptyhomes/header.html')
-rw-r--r-- | templates/web/emptyhomes/header.html | 2 |
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> |