mirror of https://github.com/zulip/zulip.git
8 lines
153 B
HTML
8 lines
153 B
HTML
|
{% extends "zephyr/portico_signup.html" %}
|
||
|
|
||
|
{% block portico_content %}
|
||
|
|
||
|
<p>Check your email to continue the password reset process.</p>
|
||
|
|
||
|
{% endblock %}
|