diff --git a/main/templates/base/base.html b/main/templates/base/base.html index e41acf5..737fa73 100644 --- a/main/templates/base/base.html +++ b/main/templates/base/base.html @@ -31,7 +31,7 @@
-

+

{% block heading %} {% endblock %}

diff --git a/main/templates/base/menu.html b/main/templates/base/menu.html index ca31bd0..a7c0c3f 100644 --- a/main/templates/base/menu.html +++ b/main/templates/base/menu.html @@ -10,15 +10,15 @@ {% if request.user.is_authenticated %} {% else %} {% endif %} diff --git a/main/templates/registration/login.html b/main/templates/registration/login.html index fc930f2..0917b0c 100644 --- a/main/templates/registration/login.html +++ b/main/templates/registration/login.html @@ -2,6 +2,9 @@ {% block title %} Авторизация {% endblock %} +{% block heading %} + Авторизация +{% endblock %} {% block content %}