X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eb59143b0d1b21cfcbe1b7067f027d768fa88fcc..55bc643c16dc56cf2377bd5c4d6e924d5fc62698:/apps/ajaxable/utils.py diff --git a/apps/ajaxable/utils.py b/apps/ajaxable/utils.py index a6faafa05..d6f70501d 100755 --- a/apps/ajaxable/utils.py +++ b/apps/ajaxable/utils.py @@ -52,7 +52,7 @@ class AjaxableFormView(object): redirect = request.GET.get('next') if not ajax and redirect: return HttpResponseRedirect(urlquote_plus( - redirect, safe='/?=')) + redirect, safe='/?=&')) response_data = {'success': True, 'message': self.success_message, 'redirect': redirect} else: