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
908a25d2
Commit
908a25d2
authored
Oct 16, 2012
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #925 from MITx/feature/cdodge/forgot-password
tie in 'forgot password' workflow in CAS LMS
parents
0b833660
554f1799
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lms/templates/university_profile/edge.html
+4
-3
No files found.
lms/templates/university_profile/edge.html
View file @
908a25d2
...
...
@@ -20,7 +20,7 @@
</div>
<div
class=
"row submit"
>
<input
name=
"submit"
type=
"submit"
value=
"Log In"
class=
"log-in-submit-button"
tabindex=
"3"
>
<a
href=
"#
"
class=
"
forgot-button"
>
Forgot password?
</a>
<a
href=
"#
forgot-password-modal"
rel=
"leanModal"
class=
"pwd-reset
forgot-button"
>
Forgot password?
</a>
</div>
</form>
</div>
...
...
@@ -56,4 +56,5 @@
</script>
</
%
block>
<
%
include
file=
"../signup_modal.html"
/>
\ No newline at end of file
<
%
include
file=
"../signup_modal.html"
/>
<
%
include
file=
"../forgot_password_modal.html"
/>
\ No newline at end of file
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