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">
|
2017-09-29 20:07:22 +02:00
|
|
|
<p>{{ _('Check your email to finish the process.') }} <i class="grey">{{ _("(Or don't, but then why did you fill out this form?)") }}</i></p>
|
2017-08-15 21:55:29 +02:00
|
|
|
{% if development_environment %}
|
2017-09-29 20:07:22 +02:00
|
|
|
<div class="alert alert-info" style="display:inline-block;">
|
|
|
|
In the Zulip development environment, outgoing emails can be accessed by opening
|
|
|
|
<a href="/emails">/emails</a>. They are also printed to the run-dev.py console.
|
|
|
|
</div>
|
2017-08-15 21:55:29 +02:00
|
|
|
{% endif %}
|
|
|
|
</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 %}
|