Fix account list

This commit is contained in:
Victor LABORIE 2018-09-27 17:47:47 +02:00
parent 1f32dd2bfe
commit de7a11263d
1 changed files with 1 additions and 1 deletions

View File

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