diff --git a/app/templates/views/agreement/_agreement-choose.html b/app/templates/views/agreement/_agreement-choose.html index 4538dad62..bab3b482a 100644 --- a/app/templates/views/agreement/_agreement-choose.html +++ b/app/templates/views/agreement/_agreement-choose.html @@ -1,35 +1,12 @@
- Before you can go live on GOV.UK Notify, your organisation needs to agree to our data sharing and financial agreement. + Before you can go live on GOV.UK Notify, your organisation needs to + accept to our data sharing and financial agreement.
-- Download the crown agreement. + There are different agreements for crown and non-crown organisations.
-- Download the non-crown agreement. -
-- Contact us if you’re - not sure whether your organisation is a crown or non-crown body. -
-- The agreement contains commercially sensitive information, so don’t share it more widely than you need to. + Get in touch to tell us + whether or not you work for a crown organisation. If you’re not sure + we’ll help you work it out.
diff --git a/tests/app/main/views/test_agreement.py b/tests/app/main/views/test_agreement.py index 83e139ee6..2002d4265 100644 --- a/tests/app/main/views/test_agreement.py +++ b/tests/app/main/views/test_agreement.py @@ -66,10 +66,7 @@ class _MockS3Object(): ( None, None, [ - partial(url_for, 'main.public_download_agreement', variant='crown'), - partial(url_for, 'main.public_download_agreement', variant='non-crown'), partial(url_for, 'main.support'), - lambda: 'mailto:notify-support@digital.cabinet-office.gov.uk', ] ), ])