From 08c72855efdad39be6acd39c280af64ea36423c7 Mon Sep 17 00:00:00 2001 From: Arity-T Date: Thu, 16 Jan 2025 18:59:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BC=D1=8F=20=D0=BF=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8F=20=D1=80=D1=8F?= =?UTF-8?q?=D0=B4=D0=BE=D0=BC=20=D1=81=20=D0=B2=D1=8B=D0=B9=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookify/books/templates/books/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookify/books/templates/books/base.html b/bookify/books/templates/books/base.html index 7d20dd3..b0657ba 100644 --- a/bookify/books/templates/books/base.html +++ b/bookify/books/templates/books/base.html @@ -16,6 +16,8 @@ Список жанров {% if user.is_authenticated %} Добавить книгу + | + {{ user.username }} Выйти {% else %} Войти