mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -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:
@@ -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