Absolish the captcha from the login page.

This commit is contained in:
Tom Price
2016-01-04 23:37:11 +00:00
parent b7018d5c44
commit 0a30a99e1f
3 changed files with 11 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ def login(request, **kwargs):
else:
from django.contrib.auth.views import login
return login(request, authentication_form=forms.LoginForm)
return login(request)
"""
Called from a modal window (e.g. when an item is submitted to an event/invoice).