blob: fe9e551ab1baa583146c7d1cb878339dcb6d41b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{% extends "base.html" %}
{% block title %}Password reset{% endblock %}
{% block heading %}Password reset{% endblock %}
{% block body %}
<p>We have emailed you instructions for setting your password.
You should be receiving 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 %}
|