mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add a missing template
This commit is contained in:
15
core/templates/core/password_reset_done.html
Normal file
15
core/templates/core/password_reset_done.html
Normal 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 %}
|
Reference in New Issue
Block a user