mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Update headings
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{% from "components/page-header.html" import page_header %}
|
{% from "components/page-header.html" import page_header %}
|
||||||
|
|
||||||
{% block service_page_title %}
|
{% block service_page_title %}
|
||||||
GOV.UK Notify data sharing and financial agreement
|
Your organisation has already accepted the agreement
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
@@ -11,12 +11,12 @@
|
|||||||
<div class="column-five-sixths">
|
<div class="column-five-sixths">
|
||||||
|
|
||||||
{{ page_header(
|
{{ page_header(
|
||||||
'GOV.UK Notify data sharing and financial agreement',
|
'Your organisation has already accepted the agreement',
|
||||||
back_link=url_for('main.request_to_go_live', service_id=current_service.id)
|
back_link=url_for('main.request_to_go_live', service_id=current_service.id)
|
||||||
)}}
|
)}}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Your organisation ({{ 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><a href="{{ url_for('main.service_download_agreement', service_id=current_service.id) }}">Download a copy of the agreement</a>.
|
<p><a href="{{ url_for('main.service_download_agreement', service_id=current_service.id) }}">Download a copy of the agreement</a>.
|
||||||
|
|||||||
Reference in New Issue
Block a user