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 07:48:53 +02:00
|
|
|
<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>
|
2012-11-05 19:53:16 +01:00
|
|
|
{% endblock %}
|