Tweak
This commit is contained in:
parent
3f3ace85f3
commit
d01cbe847c
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue