Move terms of use into help

Terms of use is non-technical, it should sit alongside the other
non-technical things like pricing.
This commit is contained in:
Chris Hill-Scott
2016-08-10 10:33:50 +01:00
parent 7010e35256
commit bf6c3bfcc2

View File

@@ -92,6 +92,7 @@
<div class="column-one-third">
<h2>Help</h2>
<ul>
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
<li><a href="{{ url_for("main.trial_mode") }}">Trial mode</a></li>
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
<li><a href="{{ url_for("main.delivery_and_failure") }}">Delivery and failure</a></li>
@@ -100,7 +101,6 @@
<div class="column-one-third">
<h2>Documentation</h2>
<ul>
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
{% for language, url in [
('Java', 'https://github.com/alphagov/notifications-java-client'),
('Node JS', 'https://github.com/alphagov/notifications-node-client'),