Add filetype to MOU links

This commit is contained in:
Katie Smith
2022-05-24 09:54:33 +01:00
parent 073636d74f
commit 4338953d5f
4 changed files with 5 additions and 5 deletions
@@ -15,7 +15,7 @@
</h1> </h1>
<p class="govuk-body"> <p class="govuk-body">
<a class="govuk-link govuk-link--no-visited-state" href="{{ download_link }}">Download the agreement</a>{% if owner %} for {{ owner }}{% endif %}. <a class="govuk-link govuk-link--no-visited-state" href="{{ download_link }}">Download the agreement (PDF)</a>{% if owner %} for {{ owner }}{% endif %}.
</p> </p>
<p class="govuk-body"> <p class="govuk-body">
The agreement contains commercially sensitive information. Do not share it outside your organisation. The agreement contains commercially sensitive information. Do not share it outside your organisation.
@@ -21,7 +21,7 @@
{{ current_service.organisation.name }} has already accepted the GOV.UK {{ current_service.organisation.name }} has already accepted the GOV.UK
Notify data sharing and financial agreement. Notify data sharing and financial agreement.
</p> </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</a>. <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>.
</p> </p>
<p class="govuk-body"> <p class="govuk-body">
The agreement is confidential and should not be shared outside your organisation. The agreement is confidential and should not be shared outside your organisation.
@@ -28,7 +28,7 @@
Once accepted, the agreement covers all Notify services from {{ current_service.organisation.name }}. Once accepted, the agreement covers all Notify services from {{ current_service.organisation.name }}.
</p> </p>
<p class="govuk-body"> <p class="govuk-body">
<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 data sharing and financial agreement</a>. <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 data sharing and financial agreement (PDF)</a>.
</p> </p>
<p class="govuk-body"> <p class="govuk-body">
The agreement is confidential and should not be shared outside your organisation. The agreement is confidential and should not be shared outside your organisation.
@@ -24,7 +24,7 @@
</p> </p>
<p class="govuk-body"> <p class="govuk-body">
<a class="govuk-link govuk-link--no-visited-state" <a class="govuk-link govuk-link--no-visited-state"
href="{{ url_for('.organisation_download_agreement', org_id=current_org.id) }}">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)
</a> </a>
</p> </p>
{% elif current_org.agreement_signed %} {% elif current_org.agreement_signed %}
@@ -33,7 +33,7 @@
</p> </p>
<p class="govuk-body"> <p class="govuk-body">
<a class="govuk-link govuk-link--no-visited-state" <a class="govuk-link govuk-link--no-visited-state"
href="{{ url_for('.organisation_download_agreement', org_id=current_org.id) }}">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)
</a> </a>
</p> </p>
{% elif current_org.agreement_signed is false %} {% elif current_org.agreement_signed is false %}