Link to the page to download the agreement

We prefer people downloading the agreement if they can. If we don’t know
which agreement they should be using (ie we don’t know their crown
status) then we fall back to having them contact us.
This commit is contained in:
Chris Hill-Scott
2018-03-27 11:13:09 +01:00
parent 0d6d4e461a
commit c7ab9f7f1a
3 changed files with 71 additions and 19 deletions

View File

@@ -20,21 +20,12 @@ Terms of use
These terms apply to your services use of GOV.UK Notify. You must be the service manager to accept them.
</p>
{% if agreement_info.agreement_signed %}
<p>Your organisation ({{ agreement_info.owner }}) has already accepted the GOV.UK&nbsp;Notify data sharing and financial agreement.</p>
{% else %}
<p>
Your organisation
{% if agreement_info.owner %}
({{ agreement_info.owner }})
must also accept our data sharing and financial agreement.
<a href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback', body='agreement-with-owner') }}">Contact us</a> to get a copy.
{% else %}
must also accept our data sharing and financial agreement.
<a href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback', body='agreement') }}">Contact us</a> to get a copy.
{% endif %}
</p>
{% endif %}
<p>
{{ agreement_info.as_terms_of_use_paragraph(
download_link=url_for('.agreement'),
contact_link=url_for('.feedback', ticket_type='ask-question-give-feedback', body='agreement-with-owner')
)}}
</p>
<h2 class="heading-medium">When using Notify</h2>
<p>You must:</p>