added models
This commit is contained in:
8
reWrite/templates/registration/password_reset_done.html
Normal file
8
reWrite/templates/registration/password_reset_done.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user