Move forgot_password_modal to login.html.
That is the only place using it.
This commit is contained in:
@@ -130,6 +130,8 @@ from microsite_configuration import microsite
|
|||||||
</script>
|
</script>
|
||||||
</%block>
|
</%block>
|
||||||
|
|
||||||
|
<%include file="forgot_password_modal.html" />
|
||||||
|
|
||||||
<section class="introduction">
|
<section class="introduction">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
@@ -239,4 +241,3 @@ from microsite_configuration import microsite
|
|||||||
|
|
||||||
</aside>
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -150,8 +150,4 @@ site_status_msg = get_site_status_msg(course_id)
|
|||||||
<![endif]-->
|
<![endif]-->
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
%if not user.is_authenticated():
|
|
||||||
<%include file="forgot_password_modal.html" />
|
|
||||||
%endif
|
|
||||||
|
|
||||||
<%include file="help_modal.html"/>
|
<%include file="help_modal.html"/>
|
||||||
|
|||||||
@@ -156,8 +156,4 @@ site_status_msg = get_site_status_msg(course_id)
|
|||||||
<![endif]-->
|
<![endif]-->
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
%if not user.is_authenticated():
|
|
||||||
<%include file="forgot_password_modal.html" />
|
|
||||||
%endif
|
|
||||||
|
|
||||||
<%include file="help_modal.html"/>
|
<%include file="help_modal.html"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user