mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Tidied up the footer to put the about links in the right place
This commit is contained in:
@@ -79,7 +79,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="column-one-third">
|
<div class="column-one-third">
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
<a href="{{ url_for("main.help") }}">Help</a>
|
<ul>
|
||||||
|
<li><a href="{{ url_for("main.help") }}">Help</a></li>
|
||||||
|
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
|
||||||
|
<li><a href="{{ url_for("main.cookies") }}">Cookies</a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-one-third">
|
<div class="column-one-third">
|
||||||
<h2>Developers</h2>
|
<h2>Developers</h2>
|
||||||
@@ -92,8 +96,6 @@
|
|||||||
|
|
||||||
{% block footer_support_links %}
|
{% block footer_support_links %}
|
||||||
<nav class="footer-nav">
|
<nav class="footer-nav">
|
||||||
<a href="{{ url_for("main.terms") }}">Terms of use</a>
|
|
||||||
<a href="{{ url_for("main.cookies") }}">Cookies</a>
|
|
||||||
Built by the <a href="https://www.gov.uk/government/organisations/government-digital-service">Government Digital Service</a>
|
Built by the <a href="https://www.gov.uk/government/organisations/government-digital-service">Government Digital Service</a>
|
||||||
</nav>
|
</nav>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user