From 4ab15526eec1c6f046a9d608126322197d5f9433 Mon Sep 17 00:00:00 2001 From: Vadim Melnikov Date: Fri, 5 Mar 2021 14:31:45 +0300 Subject: [PATCH] Final registration failed html page --- main/templates/pages/registration_failed.html | 32 +++++++------------ 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/main/templates/pages/registration_failed.html b/main/templates/pages/registration_failed.html index 736a5ac..5cae8c3 100644 --- a/main/templates/pages/registration_failed.html +++ b/main/templates/pages/registration_failed.html @@ -1,20 +1,12 @@ - - - - - Регистрация закрыта - - -
- -
-
-

К сожалению, регистрация закрыта.

- На главную -
- - \ No newline at end of file +{% extends 'base/base.html' %} + +{% block title %} +Регистрация закрыта +{% endblock %} + +{% block content %} +
+

К сожалению, регистрация закрыта.

+ На главную +
+{% endblock %} \ No newline at end of file