Hi,
I am trying to do this in a view that handles a form:
return HttpResponseRedirect("/page/#section")
It works, except that the #section is stripped off, so the
URL the user
sees is
/page/
instead of
/page/#section
Any ideas?
Thanks in advance,
-Brandon
--~--~---------~--~----~------------~-------~--~----~
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
django-users-unsubscribe googlegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|