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:
-% 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