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.

-

- Crown bodies -

- Download the crown agreement. + There are different agreements for crown and non-crown organisations.

-

- Non-crown bodies -

- Download the non-crown agreement. -

-
-

- Contact us if you’re - not sure whether your organisation is a crown or non-crown body. -

-
-

- Next steps -

-
    -
  1. - Get the agreement signed by someone who has the authority to do so on behalf of {{ owner or 'your organisation' }}. -
  2. -
  3. - Return the signed copy to notify-support@digital.cabinet-office.gov.uk. -
  4. -
-

- 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', ] ), ])