2013-07-29 23:03:31 +02:00
|
|
|
{% extends "zerver/portico_signup.html" %}
|
2015-11-03 09:37:07 +01:00
|
|
|
{% load i18n %}
|
2012-11-05 19:53:16 +01:00
|
|
|
{% block portico_content %}
|
2015-11-03 09:37:07 +01:00
|
|
|
<h1 style="margin-top: 20px">{% trans 'We just sent you a password reset!' %}</h1>
|
|
|
|
<h1>{% trans 'Check your email to finish the process' %}.</h1>
|
|
|
|
<p>({% trans "Or don't, but then why did you fill out this form?" %})</p>
|
2012-11-05 19:53:16 +01:00
|
|
|
{% endblock %}
|