fixed bug that broke return path to pledge

pull/1/head
eric 2013-03-21 10:14:23 -04:00
parent 5229af0e3f
commit 1fcd0e54ed
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ def superlogin(request, **kwargs):
extra_context={"socials":user.profile.social_auths}
except:
pass
return login(request, extra_context=extra_context, authentication_form=AuthForm)
return login(request, extra_context=extra_context, authentication_form=AuthForm, **kwargs)
def work(request, work_id, action='display'):
work = safe_get_work(work_id)