diff options
Diffstat (limited to 'templates/web/bathnes')
-rw-r--r-- | templates/web/bathnes/footer_extra.html | 2 | ||||
-rw-r--r-- | templates/web/bathnes/header_site.html | 2 |
2 files changed, 2 insertions, 2 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"> |