2013-07-29 23:03:31 +02:00
|
|
|
{% extends "zerver/portico_signup.html" %}
|
2017-08-15 21:55:29 +02:00
|
|
|
|
2012-11-05 19:53:16 +01:00
|
|
|
{% block portico_content %}
|
2017-08-15 21:55:29 +02:00
|
|
|
<div class="app portico-page">
|
|
|
|
<div class="app-main portico-page-container center-block flex full-page account-creation new-style">
|
|
|
|
<div class="inline-block">
|
|
|
|
|
|
|
|
<div class="get-started">
|
|
|
|
<h1>{{ _("Password reset sent!") }}</h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="white-box">
|
2018-09-16 02:34:57 +02:00
|
|
|
<p>{{ _('Check your email in a few minutes to finish the process.') }}</p>
|
2017-09-30 20:33:47 +02:00
|
|
|
{% include 'zerver/dev_env_email_access_details.html' %}
|
2019-11-14 00:28:06 +01:00
|
|
|
{% include 'zerver/include/back_to_login_component.html' %}
|
2017-08-15 21:55:29 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-05-04 07:48:53 +02:00
|
|
|
</div>
|
2017-05-04 09:03:52 +02:00
|
|
|
</div>
|
2012-11-05 19:53:16 +01:00
|
|
|
{% endblock %}
|