diff --git a/project/templates/menu/menu.html b/project/templates/menu/menu.html index 5d1add6..1ef51a6 100644 --- a/project/templates/menu/menu.html +++ b/project/templates/menu/menu.html @@ -12,7 +12,7 @@ {% url 'customer_clients_list' as customer_clients_list %} {% if user.is_anonymous %} -{% for child in children|slice:":4" %} +{% for child in children|slice:":3" %}
  • {{ child.get_menu_title }} {% if child.children %} @@ -37,7 +37,7 @@ Другие документы {% if user.is_anonymous %}