Add Terms of use page

This commit is contained in:
Henry Hadlow
2016-03-21 14:47:45 +00:00
parent 0435015211
commit 887c97facd
3 changed files with 213 additions and 0 deletions

View File

@@ -97,6 +97,7 @@
{% 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>