diff options
Diffstat (limited to 'fossee_manim/templates/registration/password_reset_confirm.html')
-rw-r--r-- | fossee_manim/templates/registration/password_reset_confirm.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fossee_manim/templates/registration/password_reset_confirm.html b/fossee_manim/templates/registration/password_reset_confirm.html index 57542b4..f7fc9bb 100644 --- a/fossee_manim/templates/registration/password_reset_confirm.html +++ b/fossee_manim/templates/registration/password_reset_confirm.html @@ -2,18 +2,18 @@ {% block title %}Reset Password{% endblock %} {% block content %} - <br> - <div class="container"> +<br> +<div class="container"> {% if validlink %} - <p>Please enter your new password twice so we can verify you typed it in correctly</p>. - <form method="post"> - {% csrf_token %} - {{ form.as_p }} - <button class= "btn btn-success" type="submit">Submit</button> - </form> + <p>Please enter your new password twice so we can verify you typed it in correctly</p>. + <form method="post"> + {% csrf_token %} + {{ form.as_p }} + <button class="btn btn-success" type="submit">Submit</button> + </form> {% else %} - <p>This reset link is no longer valid!</p> + <p>This reset link is no longer valid!</p> {% endif %} - </div> +</div> {% endblock %}
\ No newline at end of file |