drupal integration - adding back in modal assets for passwor recovery - wip
This commit is contained in:
committed by
John Jarvis
parent
de4f35df77
commit
c500896913
@@ -100,4 +100,8 @@ site_status_msg = get_site_status_msg(course_id)
|
||||
</header>
|
||||
% if course:
|
||||
<div class="ie-banner"><strong>Warning:</strong> Your browser is not fully supported. We strongly recommend using <a href="https://www.google.com/intl/en/chrome/browser/" target="_blank">Chrome</a> or <a href="http://www.mozilla.org/en-US/firefox/new/" target="_blank">Firefox</a>.</div>
|
||||
% endif
|
||||
% endif
|
||||
|
||||
%if not user.is_authenticated():
|
||||
<%include file="forgot_password_modal.html" />
|
||||
%endif
|
||||
Reference in New Issue
Block a user