Commit 132eb249 by Jason Bau

copy over password_reset_confirm.html back from master

because we've moved our password_reset_confirm.html into the theme repo.
This reduces edx-west diff with master.
parent b2368b3e
{% extends "main_django.html" %} {% load compressed %}
{% load staticfiles %} {% load staticfiles %}
{% block title %}<title>Reset Your {{ PLATFORM_NAME }} Password</title>{% endblock %} <!DOCTYPE html>
<html>
<head>
<title>Reset Your edX Password</title>
{% compressed_css 'application' %}
{% block headextra %}
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="{% static 'js/html5shiv.js' %}"></script> <script src="{% static 'js/html5shiv.js' %}"></script>
<![endif]--> <![endif]-->
...@@ -30,15 +35,24 @@ ...@@ -30,15 +35,24 @@
}); });
}); });
</script> </script>
{% endblock %}
{% block bodyclass %}view-passwordreset{% endblock %} </head>
<body class="view-passwordreset">
<header class="global">
<nav>
<h1 class="logo">
<a href="{{MKTG_URL_ROOT}}"><img src="/static/images/header-logo.png"></a>
</h1>
</nav>
</header>
{% block body %} <section class="content-wrapper">
<section class="passwordreset container"> <section class="passwordreset container">
<section class="introduction"> <section class="introduction">
<header> <header>
<h1>Reset Your {{ PLATFORM_NAME }} Password</h1> <h1>Reset Your edX Password</h1>
</header> </header>
</section> </section>
...@@ -51,7 +65,7 @@ ...@@ -51,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, {{ PLATFORM_NAME }} enrollment is not available in your region</h3> <h3 class="message-title">We're sorry, edX 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>
...@@ -114,4 +128,4 @@ ...@@ -114,4 +128,4 @@
</div> </div>
</aside> </aside>
</section> </section>
{% endblock %} </section>
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