fixed GUI
[myslice.git] / portal / templates / password_reset_done.html
index 5efdfb2..257f2fa 100644 (file)
@@ -1,12 +1,16 @@
 {% extends "layout.html" %}
 {% 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">
-       <h3>Onelab secured Password reset wizard</h3>
+       <div class="col-md-12">
+       <h3>Secured Password reset wizard</h3>
 
        <p>We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly.</p>
+       </div>
 </div>
 {% endblock %}