diff options
Diffstat (limited to 'fossee_manim/templates/registration/password_change_form.html')
-rw-r--r-- | fossee_manim/templates/registration/password_change_form.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/fossee_manim/templates/registration/password_change_form.html b/fossee_manim/templates/registration/password_change_form.html index 5b09d89..3133baa 100644 --- a/fossee_manim/templates/registration/password_change_form.html +++ b/fossee_manim/templates/registration/password_change_form.html @@ -4,15 +4,16 @@ {% block content %} <div class="container"> -<form action="" method="post" > - {% csrf_token %} - <center> - <table class=span1> - {{ form }} - </table> - </center> - <center><button class="btn" type="submit">Change Password</button> - <button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/login/");'>Cancel</button></center> -</form> + <form action="" method="post"> + {% csrf_token %} + <center> + <table class=span1> + {{ form }} + </table> + </center> + <center><button class="btn" type="submit">Change Password</button> + <button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/login/");'>Cancel</button> + </center> + </form> </div> {% endblock content %}
\ No newline at end of file |