update styles and forms
[unfold.git] / portal / templates / password_reset_complete.html
index eee3d20..da3476b 100644 (file)
@@ -4,15 +4,19 @@
 {% block content %}
 
 <div class="row">
-       <h1><img src="{{ STATIC_URL }}img/icon_user_small.png" alt="Password reset" /> Password reset</h1>
+       <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>Onelab 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 %}