aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web')
-rw-r--r--templates/web/base/auth/generate_token.html13
-rw-r--r--templates/web/bathnes/footer_extra.html2
-rw-r--r--templates/web/bathnes/header_site.html2
-rw-r--r--templates/web/fixmystreet-uk-councils/about/privacy.html2
4 files changed, 8 insertions, 11 deletions
diff --git a/templates/web/base/auth/generate_token.html b/templates/web/base/auth/generate_token.html
index 9152d0cb3..7654e11eb 100644
--- a/templates/web/base/auth/generate_token.html
+++ b/templates/web/base/auth/generate_token.html
@@ -9,7 +9,11 @@ INCLUDE 'header.html', title = loc('Security'), bodyclass = 'fullwidthpage'
<p>
<strong>[% loc('Token') %]:</strong>
- <span>[% existing_token | html %]</span>
+ <span>[% token_generated %]</span>
+ </p>
+
+ <p>
+ [% loc('This will be the only time this token is visible, so please make a note of it now.') %]
</p>
<p><a href="/my">[% loc('Your account') %]</a></p>
@@ -67,13 +71,6 @@ INCLUDE 'header.html', title = loc('Security'), bodyclass = 'fullwidthpage'
<input type="hidden" name="token" value="[% csrf_token %]">
- [% IF existing_token %]
- <p>
- <strong>[% loc('Current token:') %]</strong>
- <span>[% existing_token | html %]</span>
- </p>
- [% END %]
-
<p>
<input name="generate_token" type="submit" class="btn" value="[% existing_token ? loc('Replace token') : loc('Generate token') %]">
</p>
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>.