ojuso-map/ojusomap/templates/registration/password_reset_done.html

7 lines
153 B
HTML
Raw Normal View History

2017-10-09 19:23:03 +00:00
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Email with password reset instructions has been sent." %}</p>
{% endblock %}