django-fobi/examples/simple/templates/registration/password_reset_done_ajax.html
Artur Barseghyan f315c9bcc6 initial
2014-10-11 05:54:24 +02:00

12 lines
339 B
HTML

{% load i18n %}
<div class="{{ fobi_theme.custom_data.page_header_html_class }}">
<h1>{% trans "Password reset" %}</h1>
</div>
<p>
{% blocktrans %}
We have sent you an email with a link to reset your password.
Please check your email and click the link to continue.
{% endblocktrans %}
</p>