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

{{ _("Password reset sent!") }}

{% if development_environment %}
{{ _("In the Zulip development environment, outgoing emails are printed to the run-dev.py console") }}
{% endif %}

{{ _('Check your email to finish the process.') }} {{ _("(Or don't, but then why did you fill out this form?)") }}

{% endblock %}