Tidied up the footer to put the about links in the right place

This commit is contained in:
Pete Herlihy
2016-03-30 15:47:00 +01:00
parent 9de80d685a
commit 8b05f2c080

View File

@@ -79,7 +79,11 @@
</div>
<div class="column-one-third">
<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 class="column-one-third">
<h2>Developers</h2>
@@ -92,8 +96,6 @@
{% block footer_support_links %}
<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>
</nav>
{% endblock %}