Commit fafde682 by Nate Hardison

Stanfordize the password reset confirmation page

Adjust the logo and the wording to match with the rest of the site.
parent 13d99c47
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment