From 3688f221e30765b2dfd6464a8451fb2f4aa0599a 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 @@