You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
415 B

{% extends "base_auth.html" %}
{% block content_auth %}
<div class="card-content">
<p>
We've emailed you instructions for re-setting your password, if an account exists with the email you entered.
You should receive 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>
</div>
{% endblock %}