Redirecting to next url with additional parameters using LoginView
Redirecting to next url with additional parameters using LoginView Problem Description: I have a detail page /spaces/<int:pk>/ where an unauthenticated user can enter form data. Upon submitting the form, this data is appended to the url like: /spaces/<int:pk>/?product_id=1&start_date=2022-12-23&duration=1 The user is then prompted to login or register to continue. Upon clicking login, the detail page … Read more