mirror of https://github.com/zulip/zulip.git
7 lines
297 B
HTML
7 lines
297 B
HTML
{% extends "zerver/portico_signup.html" %}
|
|
{% block portico_content %}
|
|
<h1 style="margin-top: 20px">{{ _('We just sent you a password reset!') }}</h1>
|
|
<h1>{{ _('Check your email to finish the process') }}.</h1>
|
|
<p>({{ _("Or don't, but then why did you fill out this form?") }})</p>
|
|
{% endblock %}
|