summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/deps/django_authopenid/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/deps/django_authopenid/views.py b/askbot/deps/django_authopenid/views.py
index 2b6cd23c..7aaa8847 100644
--- a/askbot/deps/django_authopenid/views.py
+++ b/askbot/deps/django_authopenid/views.py
@@ -765,7 +765,7 @@ def finalize_generic_signin(
return HttpResponseRedirect(redirect_url)
@login_required
-@csrf.protect
+@csrf.csrf_protect
def verify_user_information(request):
"""this view collects the same information from
user ase :func:`register`, but requires that user is