Ishu

Results 1 comments of Ishu

Have you tried this... It should work for you. ```python from djoser import email # Override the default Djoser confirmation email. class PasswordChangedConfirmationEmail(email.PasswordChangedConfirmationEmail): template_name = 'email/password_changed_confirmation.html' ```