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

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

Forgot your password? No problem, we'll send a link to reset your password to the email you signed up with.

{{ csrf_input }}
{% if form.email.errors %} {% for error in form.email.errors %}
{{ error }}
{% endfor %} {% endif %}
{% include 'zerver/include/back_to_login_component.html' %}
{% endblock %}