Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[unfold.git] / portal / templates / password_reset_confirm.html
index 8f9d2f7..955193b 100644 (file)
@@ -1,13 +1,16 @@
 {% extends "layout.html" %}
 {% block content %}
-
+{% load i18n %}
 {% 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 %}