password reset templates' header made generic
[unfold.git] / portal / templates / password_reset_confirm.html
index 5701ab1..955193b 100644 (file)
@@ -4,10 +4,13 @@
 {% if validlink %}
 
 <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>Please enter your new password twice so we can verify you typed it in correctly.</p>
        
@@ -26,6 +29,7 @@
        <p> The password reset link was invalid, possibly because it has already been used.  Please request a new <a href="/portal/pass_reset/">password reset.</a></p>
 
        <p>If you still encounter problem please <a href="/portal/contact/">Contact Support</a> for password recovery.</p> 
+       </div>
 </div>
 {% endif %}