diff --git a/app/main/views/agreement.py b/app/main/views/agreement.py index c109ff3de..ffa016f6e 100644 --- a/app/main/views/agreement.py +++ b/app/main/views/agreement.py @@ -10,9 +10,14 @@ from app.utils import AgreementInfo @main.route('/agreement') @login_required def agreement(): + + agreement_info = AgreementInfo.from_current_user() + + agreement_info.crown_status_or_404 + return render_template( 'views/agreement.html', - crown_status=AgreementInfo.from_current_user().crown_status_or_404, + owner=agreement_info.owner, navigation_links=features_nav(), ) diff --git a/app/templates/views/agreement.html b/app/templates/views/agreement.html index de005d9bc..7fa2abb49 100644 --- a/app/templates/views/agreement.html +++ b/app/templates/views/agreement.html @@ -18,17 +18,21 @@

- This agreement needs to be signed by someone who has the authority to do so on behalf of your whole organisation. Typically this is a director of digital or head of finance. + Before you can go live on GOV.UK Notify, your organisation needs to agree to our data sharing and financial agreement.

+
    +
  1. + Download the agreement. +
  2. +
  3. + Get it signed by someone who has the authority to do so on behalf of {{ owner }}. Typically this is a director of digital or head of finance. +
  4. +
  5. + Return the signed copy to notify-support@digital.cabinet-office.gov.uk. +
  6. +

- Return a signed copy to notify-support@digital.cabinet-office.gov.uk -

-

- The agreement contains commercially sensitive information.
- Do not share it more widely than you need to. -

-

- Download the agreement. + The agreement contains commercially sensitive information, so don’t share it more widely than you need to.