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