forked from 0x2620/pandora
type, fixes #1838
This commit is contained in:
parent
22d10ec653
commit
b43d704bc9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ def signup(request):
|
|||
elif User.objects.filter(email__iexact=data['email']).count() > 0:
|
||||
response = json_response({
|
||||
'errors': {
|
||||
'email': 'Email address already exits'
|
||||
'email': 'Email address already exists'
|
||||
}
|
||||
})
|
||||
elif not data['password']:
|
||||
|
|
Loading…
Reference in a new issue