Skip to content

Commit

Permalink
Use csrf_exempt in connect view.
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored and tschellenbach committed Feb 14, 2011
1 parent 85eed28 commit c427888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_facebook/views.py
Expand Up @@ -3,8 +3,10 @@
from django.http import HttpResponseRedirect
from django_facebook.utils import next_redirect
from django_facebook.view_decorators import fashiolista_env
from django.views.decorators.csrf import csrf_exempt


@csrf_exempt
@fashiolista_env
def connect(request):
'''
Expand Down

0 comments on commit c427888

Please sign in to comment.