In my Django app I have multiple pages displaying a link that loads a new page displaying a form. When the form is submitted, what is the cleanest way to redirect to the origina
Another option might be to create separate URL conf that resolve to the same view, and passing in the source view as a kwargs to the view.