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