Third Party fixing symbolic links of third-party folder
[myslice.git] / portal / templates / password_reset_form.html
index 427c4fe..0e0de7e 100644 (file)
@@ -1,17 +1,21 @@
 {% 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>
        
        <form action="/portal/pass_reset/" method="post">{% csrf_token %}
        {{ form.email.errors }}
-       <p><label for="id_email">Email address:</label> {{ form.email }} <input type="submit" value="Reset my password" /></p>
+       <p><label for="id_email">Email address:</label> {{ form.email }} <input type="submit" class="btn btn-onelab" value="Reset my password" /></p>
        </form>
+       </div>
 </div>
 {% endblock %}