Slight change to error wording
This commit is contained in:
parent
13423daae2
commit
5ab3855e1f
@ -74,7 +74,7 @@ def register(request):
|
||||
extra_validation_passes = False
|
||||
if users_with_email:
|
||||
register_form.email.errors.append(
|
||||
_(u'Sorry, that email address has already been taken.'))
|
||||
_(u'Sorry, a user with that email address already exists.'))
|
||||
extra_validation_passes = False
|
||||
|
||||
if extra_validation_passes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user