mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 15:49:48 -04:00
Reword the download agreement page
This commit is contained in:
@@ -10,9 +10,14 @@ from app.utils import AgreementInfo
|
|||||||
@main.route('/agreement')
|
@main.route('/agreement')
|
||||||
@login_required
|
@login_required
|
||||||
def agreement():
|
def agreement():
|
||||||
|
|
||||||
|
agreement_info = AgreementInfo.from_current_user()
|
||||||
|
|
||||||
|
agreement_info.crown_status_or_404
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
'views/agreement.html',
|
'views/agreement.html',
|
||||||
crown_status=AgreementInfo.from_current_user().crown_status_or_404,
|
owner=agreement_info.owner,
|
||||||
navigation_links=features_nav(),
|
navigation_links=features_nav(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -18,17 +18,21 @@
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
|
<ol class="list list-number">
|
||||||
|
<li>
|
||||||
|
<a href="{{ url_for('main.download_agreement') }}">Download the agreement</a>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
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.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Return the signed copy to <a href="mailto:notify-support@digital.cabinet-office.gov.uk">notify-support@digital.cabinet-office.gov.uk</a>.
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
Return a signed copy to <span style="white-space: nowrap">notify-support@digital.cabinet-office.gov.uk</span>
|
The agreement contains commercially sensitive information, so don’t share it more widely than you need to.
|
||||||
</p>
|
|
||||||
<p class="panel panel-border-wide bottom-gutter-2-3">
|
|
||||||
The agreement contains commercially sensitive information.<br>
|
|
||||||
Do not share it more widely than you need to.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="{{ url_for('main.download_agreement') }}">Download the agreement</a>.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user