2013-07-29 23:03:31 +02:00
|
|
|
{% extends "zerver/portico_signup.html" %}
|
2012-11-05 19:53:16 +01:00
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
2013-11-05 02:15:09 +01:00
|
|
|
<h1 style="margin-top: 20px;">We just sent you a password reset!</h1>
|
|
|
|
<span style="font-size: 500%">
|
|
|
|
<i class="icon-vector-trophy"></i>
|
|
|
|
<i class="icon-vector-rocket"></i>
|
|
|
|
<i class="icon-vector-thumbs-up"></i>
|
|
|
|
</span>
|
|
|
|
<h1>Check your email to finish the process.</h1>
|
|
|
|
<p>(Or don't, but then why did you fill out this form?)</p>
|
2012-11-05 19:53:16 +01:00
|
|
|
{% endblock %}
|