AiC and REST login
[myslice.git] / portal / templates / password_reset_complete.html
index 63ce14e..b33fcd0 100644 (file)
@@ -1,18 +1,22 @@
-{% extends "layout-unfold1.html" %}
+{% extends "layout.html" %}
 {% load i18n %}
 
-{% block unfold_main %}
-
-
 {% block content %}
 
-<h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
-<h3>{% trans 'Password reset successful' %}</h3>
-
-<p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
-
-<p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
-
-{% endblock %}
+<div class="row">
+       <div class="col-md-12">
+       <h1><img src="{{ STATIC_URL }}icons/user-xs.png" alt="Password reset" /> Password reset</h1>
+       </div>
+</div>
+<div class="row">
+       <div class="col-md-12">
+       <h3>Secured Password reset wizard</h3>
+       <p>Password reset successful</p>
+
+       <p>Your password has been set.  You may go ahead and log in now.</p>
+
+       <p><a href="/">Log in</a></p>
+       </div>
+</div>
 {% endblock %}