Add recaptcha to login page

This commit is contained in:
Tom Price
2015-04-25 16:54:01 +01:00
parent 269f9af081
commit ed4a0e4478
3 changed files with 13 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ def login(request, **kwargs):
else:
from django.contrib.auth.views import login
return login(request)
return login(request, authentication_form=forms.LoginForm)
"""