djangodjango-formsdjango-templatesdjango-formwizarddjango-allauth

overriding default templates of django-allauth


I used this social registration/signup library django allauth for a project of mine. How do i customize the default templates and forms to give a better look and feel?


Solution

  • the latest version of all-auth on github has its templates outside, however the one on Pypi is not, all you need to do is clone the repo in your project directory and override the templates. As simple as that.