diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/static/posters.html | 2 | ||||
-rw-r--r-- | templates/web/hart/_hart_hants_note.html | 2 | ||||
-rw-r--r-- | templates/web/hart/header.html | 6 | ||||
-rw-r--r-- | templates/web/hart/report/new/councils_extra_text.html | 2 | ||||
-rw-r--r-- | templates/web/oxfordshire/header.html | 4 | ||||
-rw-r--r-- | templates/web/oxfordshire/tracking_code.html | 4 | ||||
-rw-r--r-- | templates/web/stevenage/header.html | 6 |
7 files changed, 5 insertions, 21 deletions
diff --git a/templates/web/default/static/posters.html b/templates/web/default/static/posters.html index 77abbb5fc..fc5202319 100644 --- a/templates/web/default/static/posters.html +++ b/templates/web/default/static/posters.html @@ -3,7 +3,7 @@ %] [% - badge = '<a href="http://www.fixmystreet.com/"> <img align="left" hspace="5" src="http://www.fixmystreet.com/i/fms-badge.jpeg" alt="FixMyStreet - report, view or discuss local problems" border="0"></a>' + badge = '<a href="https://www.fixmystreet.com/"> <img align="left" hspace="5" src="https://www.fixmystreet.com/i/fms-badge.jpeg" alt="FixMyStreet - report, view or discuss local problems" border="0"></a>' %] <h1>Publicity Material</h1> diff --git a/templates/web/hart/_hart_hants_note.html b/templates/web/hart/_hart_hants_note.html index a091ad3fc..932748a56 100644 --- a/templates/web/hart/_hart_hants_note.html +++ b/templates/web/hart/_hart_hants_note.html @@ -1,5 +1,5 @@ <div id="hart_hants_note"> Note that reports managed by Hampshire County Council are not shown on this map. View those reports on - <a href="http://www.fixmystreet.com/reports/Hampshire">FixMyStreet.com</a> + <a href="https://www.fixmystreet.com/reports/Hampshire">FixMyStreet.com</a> </div> diff --git a/templates/web/hart/header.html b/templates/web/hart/header.html index 670ddede0..882d382dd 100644 --- a/templates/web/hart/header.html +++ b/templates/web/hart/header.html @@ -48,12 +48,6 @@ }); </script> - [% IF c.req.uri.host == 'osm.fixmystreet.com' %] - <link rel="canonical" href="http://www.fixmystreet.com[% c.req.uri.path_query %]"> - [% END %] - - [% INCLUDE 'tracking_code.html' %] - <link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/hart/favicon.ico"> </head> diff --git a/templates/web/hart/report/new/councils_extra_text.html b/templates/web/hart/report/new/councils_extra_text.html index e3e5fb27e..b72cd878b 100644 --- a/templates/web/hart/report/new/councils_extra_text.html +++ b/templates/web/hart/report/new/councils_extra_text.html @@ -3,7 +3,7 @@ <b>NB:</b> though we will forward your request as appropriate, reports for problems managed by Hampshire County Council are not shown on this map. View all problems in this area on -<a href="http://www.fixmystreet.com/reports/Hampshire">FixMyStreet.com</a>. +<a href="https://www.fixmystreet.com/reports/Hampshire">FixMyStreet.com</a>. </p> </div> diff --git a/templates/web/oxfordshire/header.html b/templates/web/oxfordshire/header.html index 67afb2334..5d4823325 100644 --- a/templates/web/oxfordshire/header.html +++ b/templates/web/oxfordshire/header.html @@ -25,10 +25,6 @@ [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js', site_title = 'FixMyStreet' %] [% extra_js %] - [% IF c.req.uri.host == 'osm.fixmystreet.com' %] - <link rel="canonical" href="http://www.fixmystreet.com[% c.req.uri.path_query %]"> - [% END %] - [% INCLUDE 'tracking_code.html' %] </head> diff --git a/templates/web/oxfordshire/tracking_code.html b/templates/web/oxfordshire/tracking_code.html index 1ed17651b..f2a79aeb8 100644 --- a/templates/web/oxfordshire/tracking_code.html +++ b/templates/web/oxfordshire/tracking_code.html @@ -1,4 +1,4 @@ -[% IF c.config.BASE_URL == "http://www.fixmystreet.com" %] +[% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] <script type="text/javascript"> @@ -18,5 +18,5 @@ </script> [% ELSE %] -<!-- Tracking code not inserted as "[% c.config.BASE_URL %]" not "http://www.fixmystreet.com" --> +<!-- Tracking code not inserted as "[% c.config.BASE_URL %]" not "https://www.fixmystreet.com" --> [% END %] diff --git a/templates/web/stevenage/header.html b/templates/web/stevenage/header.html index e04ea77bb..c60ddd18b 100644 --- a/templates/web/stevenage/header.html +++ b/templates/web/stevenage/header.html @@ -23,12 +23,6 @@ [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js', site_title = 'Stevenage: FixMyStreet' %] [% extra_js %] - [% IF c.req.uri.host == 'osm.fixmystreet.com' %] - <link rel="canonical" href="http://www.fixmystreet.com[% c.req.uri.path_query %]"> - [% END %] - - [% INCLUDE 'tracking_code.html' %] - </head> <body class="[% bodyclass | html IF bodyclass %]"> |