diff options
Diffstat (limited to 'templates/web/eastsussex/header.html.template')
-rw-r--r-- | templates/web/eastsussex/header.html.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/eastsussex/header.html.template b/templates/web/eastsussex/header.html.template index 20e3b9417..04aedc188 100644 --- a/templates/web/eastsussex/header.html.template +++ b/templates/web/eastsussex/header.html.template @@ -13,6 +13,7 @@ <script src="[% start %][% version('/cobrands/' _ c.cobrand.moniker _ '/position_map.js') %]" charset="utf-8"></script> [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js', site_title = c.cobrand.site_title %] [% extra_js %] + <script src="[% start %][% version('/cobrands/' _ c.cobrand.moniker _ '/report-form.js') %]"></script> [% IF c.req.uri.host == 'osm.fixmystreet.com' %] <link rel="canonical" href="http://www.fixmystreet.com[% c.req.uri.path_query %]"> |