From ae68e16d5e0879a3209f8349f22731da7e09f102 Mon Sep 17 00:00:00 2001 From: evgfilim1 Date: Wed, 29 Aug 2018 23:50:02 +0500 Subject: [PATCH] Show points for users --- templates/card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/card.html b/templates/card.html index 737198a..21098ba 100644 --- a/templates/card.html +++ b/templates/card.html @@ -3,8 +3,8 @@ {% endif %} {% set answers_list = q.answers|list %}
+ ({{ q.points }} point{% if q.points != 1 %}s{% endif %}) {% if editable %} - ({{ q.points }} point{% if q.points != 1 %}s{% endif %}) #{{ q.id }}: {% endif %} {{ g.md(q.title)|safe }}