From df3d9112e1c7ecbc58fe4ae55b197da80e229ab1 Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 24 Jun 2015 11:06:16 -0400 Subject: [PATCH] Move forgot_password_modal to login.html. That is the only place using it. --- lms/templates/login.html | 3 ++- lms/templates/navigation-edx.html | 4 ---- lms/templates/navigation.html | 4 ---- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/lms/templates/login.html b/lms/templates/login.html index ed666adf51..3280ca7696 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -130,6 +130,8 @@ from microsite_configuration import microsite +<%include file="forgot_password_modal.html" /> +

@@ -239,4 +241,3 @@ from microsite_configuration import microsite

- diff --git a/lms/templates/navigation-edx.html b/lms/templates/navigation-edx.html index e99a40d531..d678e36055 100644 --- a/lms/templates/navigation-edx.html +++ b/lms/templates/navigation-edx.html @@ -150,8 +150,4 @@ site_status_msg = get_site_status_msg(course_id) % endif -%if not user.is_authenticated(): - <%include file="forgot_password_modal.html" /> -%endif - <%include file="help_modal.html"/> diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index f925bfee85..2ce84db750 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -156,8 +156,4 @@ site_status_msg = get_site_status_msg(course_id) % endif -%if not user.is_authenticated(): - <%include file="forgot_password_modal.html" /> -%endif - <%include file="help_modal.html"/>