Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
df3d9112
Commit
df3d9112
authored
Jun 24, 2015
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move forgot_password_modal to login.html.
That is the only place using it.
parent
2dfca626
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
lms/templates/login.html
+2
-1
lms/templates/navigation-edx.html
+0
-4
lms/templates/navigation.html
+0
-4
No files found.
lms/templates/login.html
View file @
df3d9112
...
...
@@ -130,6 +130,8 @@ from microsite_configuration import microsite
</script>
</
%
block>
<
%
include
file=
"forgot_password_modal.html"
/>
<section
class=
"introduction"
>
<header>
<h1
class=
"title"
>
...
...
@@ -239,4 +241,3 @@ from microsite_configuration import microsite
</aside>
</section>
lms/templates/navigation-edx.html
View file @
df3d9112
...
...
@@ -150,8 +150,4 @@ site_status_msg = get_site_status_msg(course_id)
<![endif]-->
% endif
%if not user.is_authenticated():
<
%
include
file=
"forgot_password_modal.html"
/>
%endif
<
%
include
file=
"help_modal.html"
/>
lms/templates/navigation.html
View file @
df3d9112
...
...
@@ -156,8 +156,4 @@ site_status_msg = get_site_status_msg(course_id)
<![endif]-->
% endif
%if not user.is_authenticated():
<
%
include
file=
"forgot_password_modal.html"
/>
%endif
<
%
include
file=
"help_modal.html"
/>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment