hide vote btns

This commit is contained in:
SvyatoslavArtymovych 2023-06-20 15:48:36 +03:00
parent 277922d2a6
commit fcd396f0ba
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
{% for interpretation in interpretations %}
{% with show_breadcrumbs=True %}
{% with show_breadcrumbs=True, hide_vote_btns=True %}
{% include 'book/components/interpretation_list_item.html' %}
{% endwith %}
{% endfor %}