Recreate registration v1

This commit is contained in:
Sokurov Idar
2021-02-18 19:22:10 +03:00
parent 227038ea38
commit b777d47041
11 changed files with 147 additions and 39 deletions

View File

@@ -0,0 +1,13 @@
{% extends "base/base.html" %}
{% block title %}
{{ pagename }}
{% endblock %}
{% block heading %}
Восстановление пароля
{% endblock %}
{% block content %}
<p>Ваш новый пароль был установлен. Вы можете <a href="{% url 'login' %}">войти</a> сейчас</p>
{% endblock %}