Password reset, standardize some stuff.
[cas.git] / src / accounts / templates / registration / password_reset_done.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4
5 {% block title %}{{ title }}{% endblock %}
6
7
8
9 {% block content %}
10 <div class="enclose">
11   <div class="enclosed">
12     <h1>{{ title }}</h1>
13
14     <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." %}</p>
15
16     <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." %}</p>
17   </div>
18 </div>
19 {% endblock %}