File: generic_reset.html

package info (click to toggle)
flask-security 5.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,524 kB
  • sloc: python: 23,478; javascript: 204; makefile: 138
file content (5 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
{% include "security/_messages.html" %}
{% from "security/_macros.html" import render_field_with_errors, render_field, render_form_errors %}
{{ render_field_with_errors(forgot_password_form.email) }}
{{ render_field_with_errors(forgot_password_form.recaptcha) }}
{{ render_form_errors(forgot_password_form) }}