Add new page if email has not sent

This commit is contained in:
Sokurov Idar
2021-04-13 20:58:36 +03:00
parent 68b1f64d36
commit 8a0a1639fc
4 changed files with 41 additions and 24 deletions

View File

@@ -0,0 +1,15 @@
{% extends 'base/base.html' %}
{% load static %}
{% block title %}
Регистрация завершена
{% endblock %}
{% block heading %}
Регистрация
{% endblock %}
{% block content %}
<br>
<h4> Произошла ошибка при отправке электронного сообщения.</h4>
{% endblock %}