{% extends "zerver/portico_signup.html" %} {% block portico_content %}

{{ _('Reset your password.') }}

{{ csrf_input }}
{% if form.email.errors %} {% for error in form.email.errors %}
{{ error }}
{% endfor %} {% endif %}

{% endblock %}