From 594dde98cbd44970a5903a7ef1900543cc74dea9 Mon Sep 17 00:00:00 2001 From: SvyatoslavArtymovych Date: Wed, 21 Jun 2023 10:26:03 +0300 Subject: [PATCH] show vote btns on latest interpretations --- app/templates/home/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/home/index.html b/app/templates/home/index.html index 57ae644..958d75b 100644 --- a/app/templates/home/index.html +++ b/app/templates/home/index.html @@ -44,7 +44,7 @@ {% for interpretation in interpretations %} - {% with show_breadcrumbs=True, hide_vote_btns=True %} + {% with show_breadcrumbs=True %} {% include 'book/components/interpretation_list_item.html' %} {% endwith %} {% endfor %}