fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ignore comments in xml when indexing; make-xml-zip script
[wolnelektury.git]
/
apps
/
ajaxable
/
utils.py
diff --git
a/apps/ajaxable/utils.py
b/apps/ajaxable/utils.py
index
a6faafa
..
d6f7050
100755
(executable)
--- 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: