26👍
✅
For those facing the same issue :
When it comes to email confirmation django_allauth checks if its a new user or not and looks for template accordingly :
So you’ll have to override :
email_confirmation_message.txt
email_confirmation_signup_message.txt
and add HTML version
email_confirmation_message.html
email_confirmation_signup_message.html
Source:stackexchange.com