Stop referring to central gov in error messages

This commit is contained in:
Chris Hill-Scott
2017-08-10 13:51:46 +01:00
parent 9e3d60ee58
commit a10e76a9c2
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class ValidGovEmail:
def __call__(self, form, field):
from flask import url_for
message = (
'Enter a central government email address.'
'Enter a government email address.'
' If you think you should have access'
' <a href="{}">contact us</a>').format(url_for('main.support'))
if not is_gov_user(field.data.lower()):