Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Hi there, I applied your patch, but needed to make a small change line 48 from
this:
return HttpResponseRedirect(request.survey.next_page or request.REQUEST['next'])
to this:
return HttpResponseRedirect(survey.next_page or request.REQUEST['next'])
Also at note to the developers, why do you inspect to see if
request.REQUEST['next'].startswith('http:') ? could not the next url by
relatively
addressed?
thanks for sharing your code. i will let you know how i go.
thanks
ben.
Original comment by mr.benw...@gmail.com
on 21 Jul 2009 at 5:52
Original issue reported on code.google.com by
rwpoul...@gmail.com
on 3 Mar 2009 at 8:33Attachments: