{% extends 'base.html' %} {% set page = 'reset_password' %} {% block content %}
Send Password Link
{{ form.hidden_tag() }} {{ form.email.label }}{{ form.email(size=30) }}
{% endblock %}