Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Show points for users
Browse files Browse the repository at this point in the history
  • Loading branch information
evgfilim1 committed Aug 29, 2018
1 parent d6461a5 commit ae68e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{% endif %}
{% set answers_list = q.answers|list %}
<div class="question-card" id="q{{ q.id }}" data-correct-id="{{ g.rand(0, answers_list|length - 1) }}">
<i class="float-right">({{ q.points }} point{% if q.points != 1 %}s{% endif %})</i>
{% if editable %}
<i class="float-right">({{ q.points }} point{% if q.points != 1 %}s{% endif %})</i>
<b class="float-left">#{{ q.id }}:</b>
{% endif %}
{{ g.md(q.title)|safe }}
Expand Down

0 comments on commit ae68e16

Please sign in to comment.