Fix account list

This commit is contained in:
Victor LABORIE 2018-09-27 17:47:47 +02:00
parent 1f32dd2bfe
commit de7a11263d

View file

@ -35,7 +35,7 @@
{% else %} {% else %}
<td><span class="glyphicon glyphicon-remove"></span></td> <td><span class="glyphicon glyphicon-remove"></span></td>
{% endif %} {% endif %}
{% if account.courrier %} {% if account.courier %}
<td><span class="glyphicon glyphicon-ok"></span></td> <td><span class="glyphicon glyphicon-ok"></span></td>
{% else %} {% else %}
<td><span class="glyphicon glyphicon-remove"></span></td> <td><span class="glyphicon glyphicon-remove"></span></td>