Remove always true condition in EmailChangeConfirmView's form_valid
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.