diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-09-27 17:13:02 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-09-27 17:13:02 +0100 |
commit | eb821f79aa023041e9ad125b4c121aaf8f9248d6 (patch) | |
tree | e1ac2b856a60419750432878efd46332340aa46f | |
parent | bb664ba3532c6fe54afc10a3f60164e0e43e89c8 (diff) | |
parent | f4428f005b9f418247533e1e2267ea03d05ac29e (diff) |
Merge branch 'fmb-read-only' of ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only
-rw-r--r-- | templates/web/fixmybarangay/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmybarangay/header.html b/templates/web/fixmybarangay/header.html index a3c079565..2b2f031e2 100644 --- a/templates/web/fixmybarangay/header.html +++ b/templates/web/fixmybarangay/header.html @@ -20,7 +20,7 @@ <script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> <script src="[% version('/cobrands/fixmybarangay/position_map.js') %]" charset="utf-8"></script> - [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] + [% INCLUDE 'common_header_tags.html', site_title = 'FixMyBarangay', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] [% extra_js %] [% allow_creation = !c.cobrand.only_authed_can_create || (c.user && c.user.from_council); %] |