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:
Chris Hill-Scott
2019-06-26 13:12:04 +01:00
parent 174064c30a
commit fa5f3945bf
2 changed files with 6 additions and 32 deletions

View File

@@ -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',
]
),
])