9447109de152a9c01b73312d7f172e825f8575b1
[wolnelektury.git] / wolnelektury / templates / account / password_reset_done.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4 {% block titleextra %}{% trans "Password Reset" %}{% endblock %}
5
6 {% block body %}
7     <h1>{% trans "Password Reset" %}</h1>
8     <p class="normal-text">{% trans "We have sent you an e-mail. You should receive it within a few minutes." %}</p>
9 {% endblock %}