Re: Django Comments-Redirecting

2012-02-23 Thread Babatunde Akinyanmi
:) Keep going maiyte but don't burnt out. On Fri, Feb 24, 2012 at 4:24 AM, coded kid wrote: > Thanks man! I've changed it to {{request.path}}. > > Not thinking bout anything. Just might be tired then! > > On Feb 23, 4:30 pm, Babatunde Akinyanmi

Re: Django Comments-Redirecting

2012-02-23 Thread coded kid
Thanks man! I've changed it to {{request.path}}. Not thinking bout anything. Just might be tired then! On Feb 23, 4:30 pm, Babatunde Akinyanmi wrote: > dude, > change {% url > %}" /> to > your own custom view like the view you used to load the page where you > are

Re: Django Comments-Redirecting

2012-02-23 Thread Babatunde Akinyanmi
dude, change {% url %}" /> to your own custom view like the view you used to load the page where you are collecting the comments. Don't mean to be harsh but what were you thinking? django.contrib.comments.views.comments.comment_done by default redirects to the "Thanks for your comment" page.

Django Comments-Redirecting

2012-02-23 Thread coded kid
Hi guys, how can I get rid of users being directed to the “Thanks you for your comment” page after commenting in Django site? I users to be redirected to the same page they commented. I’m using Django comments. I’ve tried adding: But it’s not working. Below is codes in my comment/form.html