diff --git a/app/templates/views/agreement/_agreement-choose.html b/app/templates/views/agreement/_agreement-choose.html new file mode 100644 index 000000000..4538dad62 --- /dev/null +++ b/app/templates/views/agreement/_agreement-choose.html @@ -0,0 +1,35 @@ +
+ Before you can go live on GOV.UK Notify, your organisation needs to agree to our data sharing and financial agreement. +
++ Download the crown agreement. +
++ 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. +
diff --git a/app/templates/views/agreement/_agreement-signed.html b/app/templates/views/agreement/_agreement-signed.html new file mode 100644 index 000000000..35819b126 --- /dev/null +++ b/app/templates/views/agreement/_agreement-signed.html @@ -0,0 +1,8 @@ ++ Your organisation ({{ owner }}) has already accepted the GOV.UK + Notify data sharing and financial agreement. You can + download a copy. +
++ The agreement contains commercially sensitive information, so don’t share it more widely than you need to. +
diff --git a/app/templates/views/agreement/_agreement.html b/app/templates/views/agreement/_agreement.html new file mode 100644 index 000000000..2e462192a --- /dev/null +++ b/app/templates/views/agreement/_agreement.html @@ -0,0 +1,17 @@ ++ Before you can go live on GOV.UK Notify, your organisation needs to agree to our data sharing and financial agreement. +
++ The agreement contains commercially sensitive information, so don’t share it more widely than you need to. +
diff --git a/app/templates/views/agreement/agreement-choose.html b/app/templates/views/agreement/agreement-choose.html index 592eb9533..9f0d6ae5f 100644 --- a/app/templates/views/agreement/agreement-choose.html +++ b/app/templates/views/agreement/agreement-choose.html @@ -17,41 +17,8 @@ GOV.UK Notify data sharing and financial agreement -- Before you can go live on GOV.UK Notify, your organisation needs to agree to our data sharing and financial agreement. -
-- Download the crown agreement. -
-- 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. -
+ {% include 'views/agreement/_agreement-choose.html'%} + diff --git a/app/templates/views/agreement/agreement-signed.html b/app/templates/views/agreement/agreement-signed.html index b38c76193..4cd1c6946 100644 --- a/app/templates/views/agreement/agreement-signed.html +++ b/app/templates/views/agreement/agreement-signed.html @@ -17,14 +17,8 @@ GOV.UK Notify data sharing and financial agreement -- Your organisation ({{ owner }}) has already accepted the GOV.UK - Notify data sharing and financial agreement. You can - download a copy. -
-- The agreement contains commercially sensitive information, so don’t share it more widely than you need to. -
+ {% include 'views/agreement/_agreement-signed.html' %} + diff --git a/app/templates/views/agreement/agreement.html b/app/templates/views/agreement/agreement.html index 16f72689d..a5fbfcacd 100644 --- a/app/templates/views/agreement/agreement.html +++ b/app/templates/views/agreement/agreement.html @@ -17,23 +17,7 @@ GOV.UK Notify data sharing and financial agreement -- Before you can go live on GOV.UK Notify, your organisation needs to agree to our data sharing and financial agreement. -
-- The agreement contains commercially sensitive information, so don’t share it more widely than you need to. -
+ {% include 'views/agreement/_agreement.html'%}