This commit is contained in:
Tom Hubrecht 2021-04-13 00:00:36 +02:00
parent 3f3ace85f3
commit d01cbe847c

View file

@ -127,8 +127,8 @@
<span>{{ q.text }}</span>
</div>
{% if election.start_date > current_time %}
<div class="level-item">
{% if election.start_date > current_time %}
<a class="tag is-outlined is-light is-danger" href="{% url 'election.del-question' q.pk %}">
<span class="icon">
<i class="fas fa-times"></i>
@ -142,8 +142,8 @@
</span>
<span>{% trans "Modifier" %}</span>
</a>
{% endif %}
</div>
{% endif %}
</div>
<div class="level-right">