This commit is contained in:
Ross
2022-06-09 17:54:33 +01:00
parent 48e4e420c9
commit 8c10e2160a
5 changed files with 55 additions and 1 deletions
@@ -0,0 +1,9 @@
<!-- templates/registration/password_reset_done.html -->
{% extends "base.html" %}
{% block title %}Email Sent{% endblock %}
{% block content %}
<h1>Check your inbox.</h1>
<p>We've emailed you instructions for setting your password. You should receive the email shortly!</p>
{% endblock %}