diff options
Diffstat (limited to 'scipy/templates/registration/password_change_form.html')
-rw-r--r-- | scipy/templates/registration/password_change_form.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scipy/templates/registration/password_change_form.html b/scipy/templates/registration/password_change_form.html new file mode 100644 index 0000000..1d54042 --- /dev/null +++ b/scipy/templates/registration/password_change_form.html @@ -0,0 +1,7 @@ +<div class="container"> + <form class="form-password" action="/accounts/password-change/" method="POST"> {% csrf_token %} + <h2 class="form-signin-heading">Password Change . . .</h2> + {{ form.as_p }} + <button class="btn btn-lg btn-inverse btn-block" type="submit">Change Password</button> + </form> +</div> <!-- container --> |