diff options
author | Dave Arter <davea@mysociety.org> | 2020-06-29 13:58:31 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-06-29 13:58:31 +0100 |
commit | 3c98b8f4dbe7085d52887deff90681db552fb580 (patch) | |
tree | 097e52d4ed52b7abf5c8f39dd1c648746add9565 | |
parent | c7cc69f6cd5e7f91a48223dd0194aeed39b8e59e (diff) |
[BANES] Use HTTPS scheme for bathnes.gov.uk links/search form
-rw-r--r-- | templates/web/bathnes/footer_extra.html | 2 | ||||
-rw-r--r-- | templates/web/bathnes/header_site.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet-uk-councils/about/privacy.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/bathnes/footer_extra.html b/templates/web/bathnes/footer_extra.html index 4651fdaa5..cfc723498 100644 --- a/templates/web/bathnes/footer_extra.html +++ b/templates/web/bathnes/footer_extra.html @@ -12,7 +12,7 @@ </div> <ul class="footer-list"> - <li><a href="http://www.bathnes.gov.uk/contact-us">Contact Us</a></li> + <li><a href="https://www.bathnes.gov.uk/contact-us">Contact Us</a></li> <li><a href="/privacy">Privacy and Cookies</a></li> </ul> </div> diff --git a/templates/web/bathnes/header_site.html b/templates/web/bathnes/header_site.html index e39882b58..0c56b86e3 100644 --- a/templates/web/bathnes/header_site.html +++ b/templates/web/bathnes/header_site.html @@ -18,7 +18,7 @@ <a href="#main-nav" class="navigation-trigger">Menu</a> <div class="header-search header-search--desktop"> - <form id="search" class="site-search" action="http://www.bathnes.gov.uk/search/site/" method="post"> + <form id="search" class="site-search" action="https://www.bathnes.gov.uk/search/site/" method="post"> <label class="form-label visuallyhidden" for="search-site">Search across the site</label> <input class="form-control" id="search-site" type="text" name="search_block_form" placeholder="Search bathnes.gov.uk"> <input type="hidden" name="form_id" value="search_block_form"> diff --git a/templates/web/fixmystreet-uk-councils/about/privacy.html b/templates/web/fixmystreet-uk-councils/about/privacy.html index e7ef6b377..4a5ed9d2c 100644 --- a/templates/web/fixmystreet-uk-councils/about/privacy.html +++ b/templates/web/fixmystreet-uk-councils/about/privacy.html @@ -18,7 +18,7 @@ else, for other purposes. <p>Further information about the Council’s treatment of personal data, and your privacy rights, is available in our -<a href="http://www.bathnes.gov.uk/services/your-council-and-democracy/data-protection-and-freedom-information/council-privacy-notice">Privacy Notice</a>. +<a href="https://www.bathnes.gov.uk/services/your-council-and-democracy/data-protection-and-freedom-information/council-privacy-notice">Privacy Notice</a>. The Council’s Data Protection Officer may be contacted at <a href="mailto:data_protection@bathnes.gov.uk">data_protection@bathnes.gov.uk</a>. |