From e87cf2fd11dcb27f701707a144b21408880b7f84 Mon Sep 17 00:00:00 2001 From: Kostiantyn Stoliarskyi Date: Wed, 7 Jun 2023 14:29:44 +0300 Subject: [PATCH] issue Add voting functionality to `mycontributions` page #128 --- app/templates/book/my_contributions.html | 28 ++++++++++-------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/app/templates/book/my_contributions.html b/app/templates/book/my_contributions.html index b64ea22..ae57139 100644 --- a/app/templates/book/my_contributions.html +++ b/app/templates/book/my_contributions.html @@ -29,7 +29,6 @@
- {% if interpretation.user_id != current_user.id %}
- {% endif %} - - - {{ interpretation.vote_count }} - - - {% if interpretation.user_id != current_user.id %} + + {{ interpretation.vote_count }} +
- {% endif %}