From 5fe3eb02bf8beee9d6d7f2b0d53ca78169546a87 Mon Sep 17 00:00:00 2001 From: SvyatoslavArtymovych Date: Wed, 21 Jun 2023 17:19:01 +0300 Subject: [PATCH] hide vote arrows --- app/templates/book/components/interpretation_list_item.html | 4 ++-- app/templates/book/settings.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/book/components/interpretation_list_item.html b/app/templates/book/components/interpretation_list_item.html index 994d750..c219ebf 100644 --- a/app/templates/book/components/interpretation_list_item.html +++ b/app/templates/book/components/interpretation_list_item.html @@ -1,7 +1,7 @@
- {% if not hide_vote_btns %} + {% if not hide_vote_btns and current_user.is_authenticated %}