added models

This commit is contained in:
Boyan
2021-09-12 17:26:57 +03:00
parent 152764ed33
commit 1df0c86050
22 changed files with 468 additions and 3 deletions

View 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 %}