aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-09-27 16:37:19 +0100
committerStruan Donald <struan@exo.org.uk>2012-09-27 16:37:19 +0100
commitf4428f005b9f418247533e1e2267ea03d05ac29e (patch)
tree066de59317c51674b45ea8e819d3790c178c34cb
parentd887ebedf7d87356b58bf344cb1458f820e31265 (diff)
correct site title
-rw-r--r--templates/web/fixmybarangay/header.html2
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); %]