Fixe des bugs d'option

This commit is contained in:
Tom Hubrecht 2021-05-26 23:48:04 +02:00
parent df513938cf
commit eca8028928
2 changed files with 2 additions and 2 deletions

View file

@ -199,7 +199,7 @@
{# Liste des options possibles #}
{% for o in q.options.all %}
<div class="panel-block">
<div class="panel-block" id="o_{{ o.pk }}">
{% if election.start_date > current_time %}
<span class="tags has-addons mb-0">
<a class="tag is-danger is-light is-outlined has-tooltip-primary mb-0" data-tooltip="{% trans "Supprimer" %}" href="{% url 'election.del-option' o.pk %}">

View file

@ -22,7 +22,7 @@
<div class="field is-grouped is-centered">
<div class="control is-expanded">
<button class="button is-fullwidth is-outlined is-primary is-light">
<button class="button is-fullwidth is-outlined is-primary is-light" type="submit">
<span class="icon">
<i class="fas fa-check"></i>
</span>