I'm using allauth
version 0.35.0
and I want to override email templates to make my desired HTML template for them. No problem with allauth
login and SignUp and etc. pages But I can't find any template for emails.
It's just a .txt
file in path /templates/account/email/
. But How can I set HTML
message for allauth
tasks like changing password and etc. for their email messages?
Any help will be appreciated.