From c500896913a467ebbe72366fd51f4e8d43fc15d7 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 22 Jan 2013 11:40:58 -0500 Subject: [PATCH] drupal integration - adding back in modal assets for passwor recovery - wip --- lms/templates/navigation.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index 8b7831becf..da777e4531 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -100,4 +100,8 @@ site_status_msg = get_site_status_msg(course_id) % if course:
Warning: Your browser is not fully supported. We strongly recommend using Chrome or Firefox.
-% endif \ No newline at end of file +% endif + +%if not user.is_authenticated(): + <%include file="forgot_password_modal.html" /> +%endif \ No newline at end of file