mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-05 18:10:44 -04:00
Update headings
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
|
||||
{% block service_page_title %}
|
||||
GOV.UK Notify data sharing and financial agreement
|
||||
Your organisation has already accepted the agreement
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
@@ -11,12 +11,12 @@
|
||||
<div class="column-five-sixths">
|
||||
|
||||
{{ 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)
|
||||
)}}
|
||||
|
||||
<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.
|
||||
</p>
|
||||
<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