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 @@ ...@@ -4,7 +4,7 @@
<html> <html>
<head> <head>
<title>Reset Your edX Password</title> <title>Reset Your Stanford Online Password</title>
{% compressed_css 'application' %} {% compressed_css 'application' %}
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<header class="global"> <header class="global">
<nav> <nav>
<h1 class="logo"> <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> </h1>
</nav> </nav>
</header> </header>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<section class="passwordreset container"> <section class="passwordreset container">
<section class="introduction"> <section class="introduction">
<header> <header>
<h1>Reset Your edX Password</h1> <h1>Reset Your Stanford Online Password</h1>
</header> </header>
</section> </section>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<form role="form" id="passwordreset-form" method="post" data-remote="true" action="">{% csrf_token %} <form role="form" id="passwordreset-form" method="post" data-remote="true" action="">{% csrf_token %}
<!-- status messages --> <!-- status messages -->
<div role="alert" class="status message"> <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> <p class="message-copy">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div> </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