SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 71094288 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Fix grammar

parent 1196c77c
No related branches found
No related tags found
No related merge requests found
......@@ -736,7 +736,8 @@ def login_view(request):
else:
form.add_error(None, 'Your account is disabled.')
else:
form.add_error(None, 'Your account has not yet been vetted.')
form.add_error(None, ('Your account has not yet been vetted.'
'(our admins will verify your credentials very soon)'))
else:
form.add_error(None, 'Invalid username/password.')
context = {'form': form}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment