{% extends "zerver/portico_signup.html" %} {% block title %} {{ _("Reset your password") }} | Zulip {% endblock %} {% 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 %}