summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-07-10 19:24:40 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-07-10 19:24:40 -0400
commitde1ddbd0966468c5049e6790b0ef235e22478550 (patch)
tree58c2530b9752bcad04ece2cd85314eaaee1edce8
parente9bcd11d947c8f109855d88d9ebc0d11b8c69407 (diff)
downloadaskbot-de1ddbd0966468c5049e6790b0ef235e22478550.tar.gz
askbot-de1ddbd0966468c5049e6790b0ef235e22478550.tar.bz2
askbot-de1ddbd0966468c5049e6790b0ef235e22478550.zip
a bug fix
-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