2013-07-29 23:03:31 +02:00
|
|
|
{% extends "zerver/portico_signup.html" %}
|
2012-11-05 19:53:16 +01:00
|
|
|
{% block portico_content %}
|
2017-05-04 09:03:52 +02:00
|
|
|
<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>
|
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 %}
|