]> git.parisson.com Git - teleforma.git/commit
Fix issue with password reset template loading : https://trackers.pilotsystems.net...
authorYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 1 Sep 2022 09:13:32 +0000 (11:13 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 1 Sep 2022 09:13:32 +0000 (11:13 +0200)
commitbac4467e7e176e537a2e2394b58ca899e611a87c
treeb2d1c5a30d9b545548e68c980c8d74a626cdaac0
parent48e7a2760ee93493b6bf63b5cde7b3c1856678e8
Fix issue with password reset template loading : https://trackers.pilotsystems.net/prebarreau/0488
16 files changed:
teleforma/templates/registration/logged_out.html [deleted file]
teleforma/templates/registration/password_change_done.html [deleted file]
teleforma/templates/registration/password_change_form.html [deleted file]
teleforma/templates/registration/password_reset_complete.html [deleted file]
teleforma/templates/registration/password_reset_confirm.html [deleted file]
teleforma/templates/registration/password_reset_done.html [deleted file]
teleforma/templates/registration/password_reset_email.html [deleted file]
teleforma/templates/registration/password_reset_form.html [deleted file]
teleforma/templates/teleforma_registration/password_change_done.html [new file with mode: 0644]
teleforma/templates/teleforma_registration/password_change_form.html [new file with mode: 0644]
teleforma/templates/teleforma_registration/password_reset_complete.html [new file with mode: 0644]
teleforma/templates/teleforma_registration/password_reset_confirm.html [new file with mode: 0644]
teleforma/templates/teleforma_registration/password_reset_done.html [new file with mode: 0644]
teleforma/templates/teleforma_registration/password_reset_email.html [new file with mode: 0644]
teleforma/templates/teleforma_registration/password_reset_form.html [new file with mode: 0644]
teleforma/urls.py