From 4338953d5f434921b6b95d9a731c6ce0f61a39ff Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Thu, 19 May 2022 11:44:40 +0100 Subject: [PATCH] Add filetype to MOU links --- app/templates/views/agreement/agreement-public.html | 2 +- app/templates/views/agreement/service-agreement-signed.html | 2 +- app/templates/views/agreement/service-agreement.html | 2 +- app/templates/views/organisations/organisation/billing.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/templates/views/agreement/agreement-public.html b/app/templates/views/agreement/agreement-public.html index 1afc56739..064540f55 100644 --- a/app/templates/views/agreement/agreement-public.html +++ b/app/templates/views/agreement/agreement-public.html @@ -15,7 +15,7 @@

- Download the agreement{% if owner %} for {{ owner }}{% endif %}. + Download the agreement (PDF){% if owner %} for {{ owner }}{% endif %}.

The agreement contains commercially sensitive information. Do not share it outside your organisation. diff --git a/app/templates/views/agreement/service-agreement-signed.html b/app/templates/views/agreement/service-agreement-signed.html index b84681fa5..d0d2bd8f6 100644 --- a/app/templates/views/agreement/service-agreement-signed.html +++ b/app/templates/views/agreement/service-agreement-signed.html @@ -21,7 +21,7 @@ {{ current_service.organisation.name }} has already accepted the GOV.UK Notify data sharing and financial agreement.

-

For more information, you can download a copy of the agreement. +

For more information, you can download a copy of the agreement (PDF).

The agreement is confidential and should not be shared outside your organisation. diff --git a/app/templates/views/agreement/service-agreement.html b/app/templates/views/agreement/service-agreement.html index e089de281..bd0932600 100644 --- a/app/templates/views/agreement/service-agreement.html +++ b/app/templates/views/agreement/service-agreement.html @@ -28,7 +28,7 @@ Once accepted, the agreement covers all Notify services from {{ current_service.organisation.name }}.

- Download a copy of the data sharing and financial agreement. + Download a copy of the data sharing and financial agreement (PDF).

The agreement is confidential and should not be shared outside your organisation. diff --git a/app/templates/views/organisations/organisation/billing.html b/app/templates/views/organisations/organisation/billing.html index 7bcb0263e..3cc75605a 100644 --- a/app/templates/views/organisations/organisation/billing.html +++ b/app/templates/views/organisations/organisation/billing.html @@ -24,7 +24,7 @@

Download the current version of the agreement + href="{{ url_for('.organisation_download_agreement', org_id=current_org.id) }}">Download the current version of the agreement (PDF)

{% elif current_org.agreement_signed %} @@ -33,7 +33,7 @@

Download the current version of the agreement + href="{{ url_for('.organisation_download_agreement', org_id=current_org.id) }}">Download the current version of the agreement (PDF)

{% elif current_org.agreement_signed is false %}