Bouton pour rafraîchir
This commit is contained in:
parent
9ab42a3a9d
commit
78f2b66594
1 changed files with 2 additions and 2 deletions
|
@ -45,12 +45,12 @@
|
|||
</div>
|
||||
{% elif election.sent_mail is None %}
|
||||
<div class="level-item">
|
||||
<span class="button is-light is-outlined is-warning">
|
||||
<a class="button is-light is-outlined is-warning" href="javascript:location.reload();">
|
||||
<span class="icon">
|
||||
<i class="fas fa-sync-alt"></i>
|
||||
</span>
|
||||
<span>{% trans "Mail en cours de distribution" %}</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="level-item">
|
||||
|
|
Loading…
Reference in a new issue