Hi all, Trying to learn django.
I am displaying a list of records in a page. I have a link in that page which will take me to a form for adding one more record. How do I come back to the previous page after adding a record? I remember seeing somewhere a trick involving something like <a href=/list/add/?next=request.get_full_path>Add</a>...... Can somebody give me a sample snippet.. Thanks in advance Regards Ganesh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

