This commit is contained in:
James Moffet
2022-07-20 15:23:54 -07:00
parent c1cf7be104
commit e53d12733a
50 changed files with 10251 additions and 330 deletions

View File

@@ -24,11 +24,11 @@
{% if current_service.organisation.agreement_signed_on_behalf_of_name and current_service.organisation.agreement_signed_on_behalf_of_email_address %}
<p class="govuk-body">
I confirm that I have the legal authority to accept the GOV.UK Notify data sharing and financial agreement (version {{ current_service.organisation.agreement_signed_version }}) on behalf of {{ current_service.organisation.agreement_signed_on_behalf_of_name }} ({{ current_service.organisation.agreement_signed_on_behalf_of_email_address }}) and that {{ current_service.organisation.name }} will be bound by it.
I confirm that I have the legal authority to accept the US Notify data sharing and financial agreement (version {{ current_service.organisation.agreement_signed_version }}) on behalf of {{ current_service.organisation.agreement_signed_on_behalf_of_name }} ({{ current_service.organisation.agreement_signed_on_behalf_of_email_address }}) and that {{ current_service.organisation.name }} will be bound by it.
</p>
{% else %}
<p class="govuk-body">
I confirm that I have the legal authority to accept the GOV.UK Notify data sharing and financial agreement (version {{ current_service.organisation.agreement_signed_version }}) and that {{ current_service.organisation.name }} will be bound by it.
I confirm that I have the legal authority to accept the US Notify data sharing and financial agreement (version {{ current_service.organisation.agreement_signed_version }}) and that {{ current_service.organisation.name }} will be bound by it.
</p>
{% endif %}

View File

@@ -2,7 +2,7 @@
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
Download the GOV.UK Notify data sharing and financial agreement
Download the US Notify data sharing and financial agreement
{% endblock %}
{% block maincolumn_content %}
@@ -11,7 +11,7 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">
Download the GOV.UK Notify data sharing and financial agreement
Download the US Notify data sharing and financial agreement
</h1>
<p class="govuk-body">

View File

@@ -18,7 +18,7 @@
{{ page_header('Accept the data sharing and financial agreement')}}
<p class="govuk-body">
Before you can use GOV.UK Notify, you need to accept our data sharing and financial agreement.
Before you can use US Notify, you need to accept our data sharing and financial agreement.
</p>
<p class="govuk-body">
This must be done by, or on behalf of, someone with the authority to sign contracts for your organisation.

View File

@@ -18,7 +18,7 @@
{{ page_header('Your organisation has already accepted the agreement')}}
<p class="govuk-body">
{{ current_service.organisation.name }} has already accepted the GOV.UK
{{ current_service.organisation.name }} has already accepted the US
Notify data sharing and financial agreement.
</p>
<p class="govuk-body">For more information, you can <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.service_download_agreement', service_id=current_service.id) }}">download a copy of the agreement (PDF)</a>.

View File

@@ -19,7 +19,7 @@
{{ page_header('Accept our data sharing and financial agreement')}}
<p class="govuk-body">
Before you can use GOV.UK Notify, you need to accept our data sharing and financial agreement.
Before you can use US Notify, you need to accept our data sharing and financial agreement.
</p>
<p class="govuk-body">
This must be done by, or on behalf of, someone with the authority to sign contracts for {{ current_service.organisation.name }}.