Django: How do I redirect to page where form originated

前端 未结 3 1010
情话喂你
情话喂你 2021-02-10 18:27

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

3条回答
  •  醉梦人生
    2021-02-10 19:25

    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.

提交回复
热议问题