mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
13 lines
455 B
HTML
13 lines
455 B
HTML
{% extends "zerver/portico_signup.html" %}
|
|
{% block portico_content %}
|
|
<div class="flex full-page new-style">
|
|
<div class="inline-block">
|
|
{% trans %}
|
|
<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>
|
|
{% endtrans %}
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|