I'm new to Django and I'm using Django's Free Comments described here:

    http://code.djangoproject.com/wiki/UsingFreeComment
The comments are posted correctly, except on this page
("posted.html"):
    Thanks for contributing.

    View your comment.

The link generated by "object.get_absolute_url" in "View your comment"
is:
    http://localhost:8000/comments/posted/?c=14:1
which brings up that exact same "Thanks for contributing page"
which the browser is already on.

I want it to redirect back to the original object.

Can I do that?

Thank you for any help!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to