lazy_user singe job only
[django_unres.git] / django_simple / authentication / templates / registration / password_reset_done.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4 {% block content %}
5 <p>{% trans "Email with password reset instructions has been sent." %}</p>
6 {% endblock %}