Hi, I'm trying to get Django to do the following:
A user must be logged in to comment on a content. If the user is not logged in then I provide a link to the login page and use the 'next' function to take her back to the content page where the comment box will be waiting for her to fill it. It almost works, the only thing is that the comment box can be quite far away down the page if there are lots of comments and I would like to go to it directly adding a '#comment_form' at the end the 'next' url. That's what I do, I call a url that looks like this: http://mysite.com/accounts/login/?next=/content/#comment_form but the url returned by the login is a stripped down version that doesn't contain the trailing part with the '#comment_form'. Any idea on what I missed? thanks, Bastien --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

