summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/password_reset_done.html
blob: cc7d9b40e32eb4dd487719ec39ab4a419c764048 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% load i18n %}

{% block content %}
<div class='info'>
<p>{% trans "Email with password reset instructions has been sent." %}</p>
</div>
{% endblock %}