ojuso-map/ojusomap/templates/registration/password_reset_done.html
2017-10-09 20:23:03 +01:00

7 lines
153 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Email with password reset instructions has been sent." %}</p>
{% endblock %}