Search code examples
django-templatesjinja2django-allauthdjango-3.0

django allauth with jinja2 templates


I would like to know if it is possible to use the django-allauth app with jinja2 templates instead of DTL templates.

There does not appear to be any clear information about this, or usable examples available. I am unsure if this is because its easy and therefore doesn't warrant its own explanation, or because its impossible.

I am aware of this feature request, but it is 3 years old.


Solution

  • Yes, it is. You'll need to use crispy forms in jinja templates though.