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 %} Войти