diff options
Diffstat (limited to 'fossee_manim/templates/registration/password_reset_form.html')
-rw-r--r-- | fossee_manim/templates/registration/password_reset_form.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/fossee_manim/templates/registration/password_reset_form.html b/fossee_manim/templates/registration/password_reset_form.html index 5bf049f..71507b2 100644 --- a/fossee_manim/templates/registration/password_reset_form.html +++ b/fossee_manim/templates/registration/password_reset_form.html @@ -1,21 +1,21 @@ {% extends "registration/base.html" %} -{% block title %} - Forgot Password +{% block title %} +Forgot Password {% endblock %} {% block content %} <br> <br> <div class="container"> -<h3>Email will be send to the registered email address</h3> -<form action="" method="post"> - {% csrf_token %} - <table class="table table-bordered"> - {{ form }} - </table> - <button class="btn btn-success btn-sm" type="submit">Request</button> - <a class="btn" href="{{URL_ROOT}}/login/">Cancel</a> -</form> + <h3>Email will be send to the registered email address</h3> + <form action="" method="post"> + {% csrf_token %} + <table class="table table-bordered"> + {{ form }} + </table> + <button class="btn btn-success btn-sm" type="submit">Request</button> + <a class="btn" href="{{URL_ROOT}}/login/">Cancel</a> + </form> </div> {% endblock content %}
\ No newline at end of file |