Skip to content

Commit

Permalink
Indente le span
Browse files Browse the repository at this point in the history
  • Loading branch information
artragis committed Oct 31, 2022
1 parent 458f1c5 commit f76544b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/misc/quizz.graph.part.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h4>{% trans graph_title %} {{ question }}</h4>
<span>
<progress aria-label="{% trans 'Résultat pour' %} {{ answer_name }}"
max="{{ stats.total }}" value="{{ answer_stats.nb }}"/>
</span>
<span class="over-progress">{{answer_stats.nb}} / {{ stats.total }}</span>
</span>
<span class="over-progress">{{answer_stats.nb}} / {{ stats.total }}</span>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit f76544b

Please sign in to comment.