Closed bbonf closed 2 months ago
This barely touches the email template views, so I'm unsure how this would be a fix for that issue?
Also, I'm unsure why you would want to remove the custom get_success_url
?
I'll look at it more tomorrow
The core fix is removing RedirectURLMixin
, and while I'm at it I thought it can be removed elsewhere as well as I don't see why you would need more complex redirection than a static success_url to experiments:home
Closes #153