Add a missing template

This commit is contained in:
Skia
2015-11-26 11:27:52 +01:00
parent 431b81cd42
commit 385f91a9db
3 changed files with 30 additions and 4 deletions

View File

@ -0,0 +1,15 @@
{% extends "core/base.html" %}
{% block content %}
<h2>Password reset sent</h2>
<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 %}