Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Accessibility link added to international footer and updated contact us link text to help using this site #1023

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions core/templates/atlas/components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,28 @@
<ul class="atlas-list--bare atlas-m-0">
<li>
<a id="footer-privacy-and-cookies"
title="{% trans 'Opens in a new window' %}"
rel="noopener noreferrer"
target="_blank"
href="{{ header_footer_urls.privacy_and_cookies }}">{% trans 'Privacy and cookies' %}</a>
</li>
<li>
<a id="footer-terms-and-conditions"
title="{% trans 'Opens in a new window' %}"
rel="noopener noreferrer"
target="_blank"
href="{{ header_footer_urls.terms_and_conditions }}">{% trans 'Terms and conditions' %}</a>
</li>
<li>
<a id="accessibility-statement"
href="https://www.great.gov.uk/accessibility-statement/" target="_blank">{% trans 'Accessibility' %}</a>
title="{% trans 'Opens in a new window' %}"
rel="noopener noreferrer"
href="https://www.great.gov.uk/accessibility-statement/"
target="_blank">{% trans 'Accessibility' %}</a>
</li>
<li>
<a id="footer-contact" href="/international/contact/?next={{ request.get_full_path }}">
{% trans 'Contact us' %}</a>
<a id="footer-contact"
href="/international/contact/?next={{ request.get_full_path }}">{% trans 'Help using this site' %}</a>
</li>
<li>
<a id="footer-dit" href="{{ header_footer_urls.dbt }}"
Expand Down
Loading