Merging with OneLab latest
[unfold.git] / portal / templates / password_reset_form.html
index 427c4fe..6198523 100644 (file)
@@ -1,10 +1,13 @@
 {% 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>Welcome to Onelab secured Password reset wizard</h3>
+       <div class="col-md-12">
+       <h3>Welcome to the secured password reset wizard</h3>
 
        <p>Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one.</p>
        
@@ -12,6 +15,7 @@
        {{ form.email.errors }}
        <p><label for="id_email">Email address:</label> {{ form.email }} <input type="submit" value="Reset my password" /></p>
        </form>
+       </div>
 </div>
 {% endblock %}