From d79f064248fb912349bbe1b174b7ecd6f59e6239 Mon Sep 17 00:00:00 2001 From: Nate Hardison Date: Fri, 31 May 2013 19:21:51 -0700 Subject: [PATCH] Fix forgot password modal for theming Use the `PLATFORM_NAME` setting instead of "edX" --- lms/templates/forgot_password_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/forgot_password_modal.html b/lms/templates/forgot_password_modal.html index f1b3de7e5b..0f88b88f97 100644 --- a/lms/templates/forgot_password_modal.html +++ b/lms/templates/forgot_password_modal.html @@ -18,7 +18,7 @@
  • - This is the email address you used to register with edX + This is the email address you used to register with ${settings.PLATFORM_NAME}