Sith/core/templates/core/password_reset_done.jinja
2016-07-19 19:03:16 +02:00

16 lines
456 B
Django/Jinja

{% extends "core/base.jinja" %}
{% block content %}
<h2>{% trans %}Password reset sent{% endtrans %}</h2>
<p>
{% trans %}We've emailed you instructions for setting your password, if an account exists with the email you entered. You should
receive them shortly.{% endtrans %}
</p>
<p>
{% trans %}If you don't receive an email, please make sure you've entered the address you registered with, and check your spam
folder.{% endtrans %}
</p>
{% endblock %}