mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
trim non-existant pages further
This commit is contained in:
@@ -47,7 +47,7 @@ class ValidGovEmail:
|
||||
message = '''
|
||||
Enter a public sector email address or
|
||||
<a class="govuk-link govuk-link--no-visited-state" href="{}">find out who can use Notify</a>
|
||||
'''.format(url_for('main.who_can_use_notify'))
|
||||
'''.format(url_for('main.features'))
|
||||
if not is_gov_user(field.data.lower()):
|
||||
raise ValidationError(message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user