layout and style changes
[myslice.git] / portal / templates / password_reset_complete.html
1 {% extends "layout.html" %}
2 {% load i18n %}
3
4 {% block content %}
5
6 <div class="row">
7         <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="Password reset" /> Password reset</h1>
8 </div>
9 <div class="row">
10         <h3>Onelab secured Password reset wizard</h3>
11         <p>Password reset successful</p>
12
13         <p>Your password has been set.  You may go ahead and log in now.</p>
14
15         <p><a href="/">Log in</a></p>
16 </div>
17 {% endblock %}
18