initial commit
This commit is contained in:
commit
6f5167c24f
45 changed files with 763 additions and 0 deletions
9
templates/account/password_reset_done.html
Normal file
9
templates/account/password_reset_done.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends 'base.html' %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
{% block title %}Password Reset Done{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Password Reset</h1>
|
||||
<p>We have sent you an e-mail. Please contact us if you do not receive it in a few minutes.</p>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue