mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 23:38:52 -04:00
Direct users to contact us if crown status unknown
If we’re not sure whether a user belongs to a crown organisation or not we want to fix that before. This is a last-ditch fallback because we shouldn’t be adding new organisations without also setting their crown status.
This commit is contained in:
@@ -1,35 +1,12 @@
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<h2 class="heading-small">
|
||||
Crown bodies
|
||||
</h2>
|
||||
<p>
|
||||
Download the <a href="{{ url_for('main.public_download_agreement', variant='crown') }}">crown agreement</a>.
|
||||
There are different agreements for crown and non-crown organisations.
|
||||
</p>
|
||||
<h2 class="heading-small">
|
||||
Non-crown bodies
|
||||
</h2>
|
||||
<p>
|
||||
Download the <a href="{{ url_for('main.public_download_agreement', variant='non-crown') }}">non-crown agreement</a>.
|
||||
</p>
|
||||
<div class="panel panel-border-wide">
|
||||
<p>
|
||||
<a href="{{ url_for('main.support') }}">Contact us</a> if you’re
|
||||
not sure whether your organisation is a crown or non-crown body.
|
||||
</p>
|
||||
</div>
|
||||
<h2 class="heading-small">
|
||||
Next steps
|
||||
</h2>
|
||||
<ol class="list list-number">
|
||||
<li>
|
||||
Get the agreement signed by someone who has the authority to do so on behalf of {{ owner or 'your organisation' }}.
|
||||
</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>
|
||||
The agreement contains commercially sensitive information, so don’t share it more widely than you need to.
|
||||
<a href="{{ url_for('main.support') }}">Get in touch</a> to tell us
|
||||
whether or not you work for a crown organisation. If you’re not sure
|
||||
we’ll help you work it out.
|
||||
</p>
|
||||
|
||||
@@ -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',
|
||||
]
|
||||
),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user