{% block title %}
Тут будет заголовок
diff --git a/adaptive_hockey_federation/templates/includes/button.html b/adaptive_hockey_federation/templates/includes/button.html
index 9eafa201..e4fe1c34 100644
--- a/adaptive_hockey_federation/templates/includes/button.html
+++ b/adaptive_hockey_federation/templates/includes/button.html
@@ -1,5 +1,7 @@
-
-
-
\ No newline at end of file
+{% with request.path as current_url_name %}
+
+ {{ name }}
+
+{% endwith %}
\ No newline at end of file
diff --git a/adaptive_hockey_federation/templates/includes/drawer.html b/adaptive_hockey_federation/templates/includes/drawer.html
index 3d7cdff8..20e8c33b 100644
--- a/adaptive_hockey_federation/templates/includes/drawer.html
+++ b/adaptive_hockey_federation/templates/includes/drawer.html
@@ -1,21 +1,44 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Мир хокея для особенных детей
+
-
{% include "includes/button.html" with name="Пользователи" %}
-
{% include "includes/button.html" with name="Команды" %}
-
{% include "includes/button.html" with name="Соревнования" %}
-
{% include "includes/button.html" with name="Аналитика" %}
-
{% include "includes/button.html" with name="Выгрузки" %}
-
-
+
+
+ {% url 'main:users' as url_name %}{% include "includes/button.html" with name="Пользователи" %}
+
+
+ {% url 'main:teams' as url_name %}{% include "includes/button.html" with name="Команды" %}
+
+
+ {% url 'main:competitions' as url_name %}{% include "includes/button.html" with name="Соревнования" %}
+
+
+ {% url 'main:analytics' as url_name %}{% include "includes/button.html" with name="Аналитика" %}
+
+
+ {% url 'main:unloads' as url_name %}{% include "includes/button.html" with name="Выгрузки" %}
+
+
+
-
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/adaptive_hockey_federation/templates/includes/dropdown_button.html b/adaptive_hockey_federation/templates/includes/dropdown_button.html
index 1a1bd603..427be9c0 100644
--- a/adaptive_hockey_federation/templates/includes/dropdown_button.html
+++ b/adaptive_hockey_federation/templates/includes/dropdown_button.html
@@ -1,6 +1,13 @@
-