NDOJ/templates/registration/password_reset_done.html

6 lines
318 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
{% extends "base.html" %}
{% block body %}
2023-01-27 23:11:10 +00:00
<p>{{ _("We've emailed you instructions for setting your password. You should be receiving them shortly.") }}</p>
<p>{{ _("If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder.") }}</p>
2020-01-21 06:35:58 +00:00
{% endblock %}