{% extends "reggi/base.html" %} {% block title %}Reset Password{% endblock %} {% block content %}

Reset your password

Enter your email address and we'll send you a reset link.

{% csrf_token %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors.0 }}
{% endif %}
{% endblock %}