yourcelf / django-registration-defaults

Default implementations of the 15 templates required to do full login, logout, registration and password retrieval when using django-registration.
277 stars 77 forks source link

Support django-registration 3.0 #23

Open dfrankow opened 5 years ago

dfrankow commented 5 years ago

https://github.com/yourcelf/django-registration-defaults/issues/22 says django-registration 3.0 changed their template path from registration to django_registration.

This pull request separates out the django_registration templates from the Django registration templates.

Light testing shows it seems to work.

This is not backwards compatible with django-registration < 3.0.