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:
Chris Hill-Scott
2018-09-26 10:16:00 +01:00
parent 5dd45da08c
commit 3fa877bdd3
2 changed files with 3 additions and 3 deletions

View File

@@ -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 %}

View File

@@ -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(