Hi I am quite new to Django and am trying to get to grips with a few things.
I would like to know if the comments framework that is bundled with django can redirect to the refering page if the comment form contains errors?
Also if I were to make a rating framework how would I go about achieving this functionality. Would I simply pass the refering url inside my rating form?
Thanks for any help
Mark