mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Make wording around agreement more straightforward
We think that the next page explains the nuance around service vs organisation sufficiently well.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
{% if show_agreement %}
|
{% if show_agreement %}
|
||||||
{{ task_list_item(
|
{{ task_list_item(
|
||||||
agreement_signed,
|
agreement_signed,
|
||||||
'Get our data sharing and financial agreement signed',
|
'Sign our data sharing and financial agreement',
|
||||||
url_for('main.agreement'),
|
url_for('main.agreement'),
|
||||||
) }}
|
) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -710,11 +710,11 @@ def test_should_check_for_sms_sender_on_go_live(
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
'test@education.gov.uk',
|
'test@education.gov.uk',
|
||||||
'Get our data sharing and financial agreement signed Completed',
|
'Sign our data sharing and financial agreement Completed',
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
'test@aylesbury.gov.uk',
|
'test@aylesbury.gov.uk',
|
||||||
'Get our data sharing and financial agreement signed Not completed',
|
'Sign our data sharing and financial agreement Not completed',
|
||||||
),
|
),
|
||||||
))
|
))
|
||||||
def test_should_check_for_mou_on_request_to_go_live(
|
def test_should_check_for_mou_on_request_to_go_live(
|
||||||
|
|||||||
Reference in New Issue
Block a user