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
fafde682
Commit
fafde682
authored
May 30, 2013
by
Nate Hardison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stanfordize the password reset confirmation page
Adjust the logo and the wording to match with the rest of the site.
parent
13d99c47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lms/templates/registration/password_reset_confirm.html
+4
-4
No files found.
lms/templates/registration/password_reset_confirm.html
View file @
fafde682
...
...
@@ -4,7 +4,7 @@
<html>
<head>
<title>
Reset Your
edX
Password
</title>
<title>
Reset Your
Stanford Online
Password
</title>
{% compressed_css 'application' %}
...
...
@@ -43,7 +43,7 @@
<header
class=
"global"
>
<nav>
<h1
class=
"logo"
>
<a
href=
"{{MKTG_URL_ROOT}}"
><img
src=
"/static/
images/header-logo.png"
></a
>
<a
href=
"{{MKTG_URL_ROOT}}"
><img
src=
"/static/
themes/stanford/images/stanford-S-logo.png"
height=
"35"
/
>
</h1>
</nav>
</header>
...
...
@@ -52,7 +52,7 @@
<section
class=
"passwordreset container"
>
<section
class=
"introduction"
>
<header>
<h1>
Reset Your
edX
Password
</h1>
<h1>
Reset Your
Stanford Online
Password
</h1>
</header>
</section>
...
...
@@ -65,7 +65,7 @@
<form
role=
"form"
id=
"passwordreset-form"
method=
"post"
data-remote=
"true"
action=
""
>
{% csrf_token %}
<!-- status messages -->
<div
role=
"alert"
class=
"status message"
>
<h3
class=
"message-title"
>
We're sorry,
edX
enrollment is not available in your region
</h3>
<h3
class=
"message-title"
>
We're sorry,
Stanford Online
enrollment is not available in your region
</h3>
<p
class=
"message-copy"
>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</p>
</div>
...
...
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