mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-17 11:46:30 -04:00
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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user