GeriLife / companionship

Promoting companionship and well-being for everyone.
European Union Public License 1.2
7 stars 18 forks source link

When possible, move templates for the reset password flow to the registration directory #74

Open brylie opened 1 year ago

brylie commented 1 year ago

By convention, Django defines accounts templates in a registration directory. However, due seemingly to a bug, Django is not detecting templates in the registration directory, even when following the documented naming conventions:

https://code.djangoproject.com/ticket/34003

At some point if possible, try to move the templates for the Django default Auth views to a registration directory within project/accounts/templates