layout and style changes
[myslice.git] / portal / templates / password_reset_done.html
1 {% extends "layout.html" %}
2 {% block content %}
3 <div class="row">
4         <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="Password reset" /> Password reset</h1>
5 </div>
6 <div class="row">
7         <h3>Onelab secured Password reset wizard</h3>
8
9         <p>We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly.</p>
10 </div>
11 {% endblock %}
12