From 9b242866c7a5fd35fade0724285437d5d3d8e63d Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 21 Oct 2013 14:52:41 -0400 Subject: [PATCH] password reset pages use Django templates, not Mako --- lms/templates/registration/password_reset_complete.html | 2 +- lms/templates/registration/password_reset_confirm.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/registration/password_reset_complete.html b/lms/templates/registration/password_reset_complete.html index bc82938127..d8a9f0eedb 100644 --- a/lms/templates/registration/password_reset_complete.html +++ b/lms/templates/registration/password_reset_complete.html @@ -44,7 +44,7 @@
diff --git a/lms/templates/registration/password_reset_confirm.html b/lms/templates/registration/password_reset_confirm.html index 557f4d9d90..a7b3512034 100644 --- a/lms/templates/registration/password_reset_confirm.html +++ b/lms/templates/registration/password_reset_confirm.html @@ -48,7 +48,7 @@