macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
975 stars 350 forks source link

Overriding templates not working #357

Closed rossifumi46 closed 4 years ago

rossifumi46 commented 5 years ago

in settings 'APP_DIRS': True, but templates in myapp/templates/registration folder not overriding deafults.

joshblum commented 5 years ago

@rossifumi46 this is likely an issue with your directory structure/other django settings, can you provide any more debug info? does your setup match the examples here https://docs.djangoproject.com/en/2.1/howto/overriding-templates/?

macropin commented 4 years ago

Closing for now. Please feel free to reopen with more information.