-
Baptiste Beauplat authored
In a class-based view, form_valid is only called when the form has been validated. Moreover, we only call the dispatch parent class if the reset link has been validated. Checking it again in form_valid is not needed.
7f1391be