diff --git a/templates/components/header.html b/templates/components/header.html index 5db37ff..e838a95 100644 --- a/templates/components/header.html +++ b/templates/components/header.html @@ -50,11 +50,13 @@ {% endif %} - Перейти в корзину {% if request.user.is_authenticated %} - 5 + Перейти в корзину{{ "5" }} + {% else %} + Перейти в корзину {% endif %} +
{% if request.user.is_authenticated %}
-
- Выход +
+
{% endif %}