diff options
Diffstat (limited to 'app/templates/auth/reset_password.html')
| -rw-r--r-- | app/templates/auth/reset_password.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/templates/auth/reset_password.html b/app/templates/auth/reset_password.html new file mode 100644 index 0000000..cab00c9 --- /dev/null +++ b/app/templates/auth/reset_password.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% import 'bootstrap/wtf.html' as wtf %} + +{% block app_content %} +<h1>Reset Your Password</h1> +<div class="row"> + <div class="col-md-4"> + {{ wtf.quick_form(form) }} + </div> +</div> +{% endblock %} |
