2017-08-16 16:46:26 +00:00
|
|
|
{% extends "registration/base.html" %}
|
2019-04-14 04:50:35 +00:00
|
|
|
{% load i18n %}
|
2017-08-16 16:46:26 +00:00
|
|
|
|
2019-04-14 04:50:35 +00:00
|
|
|
{% block title %}{% trans "Reset Email Sent" %}{% endblock %}
|
2017-08-16 16:46:26 +00:00
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<div class="text-center mb-0">
|
2019-04-14 04:50:35 +00:00
|
|
|
{% blocktrans %}<p>We've emailed you instructions for setting your
|
2017-08-16 16:46:26 +00:00
|
|
|
password, if an account exists with the email you entered. You
|
|
|
|
should receive them shortly.</p>
|
|
|
|
<p class="mb-0">If you don't receive an email, please make sure you've
|
|
|
|
entered the address you registered with, and check your spam
|
2019-04-14 04:50:35 +00:00
|
|
|
folder.</p>{% endblocktrans %}
|
2017-08-16 16:46:26 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|