On enlève icon-text

This commit is contained in:
Tom Hubrecht 2021-04-17 01:16:03 +02:00
parent bee6ffcda9
commit 3ecea69d2c

View file

@ -195,7 +195,6 @@
<div class="panel-block">
{% if election.tallied and election.results_public %}
<span class="tag {% if o.winner %}is-success{% else %}is-primary{% endif %}">
<span class="icon-text">
{% if q.vote_type == "select" %}
<span class="icon">
<i class="fas fa-vote-yea"></i>
@ -210,7 +209,6 @@
<span>{{ forloop.counter }}</span>
{% endif %}
</span>
</span>
{% endif %}
<span class="ml-2">{{ o.text }}</span>