aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_done.html
blob: 6abc3e19f6fbf023ca4205c9ea8366b266047779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends 'registration/base_simple.html' %}

{% block content %}
  <p>
    We've emailed you instructions for 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>
{% endblock %}