Affichage promo liste accounts

This commit is contained in:
Aurélien Delobelle 2016-09-01 15:55:06 +02:00
parent 17723f6ea1
commit 150731c2e9

View file

@ -52,7 +52,7 @@
<td class="text-right">{{ account.balance }}€</td>
<td>{{ account.is_cof }}</td>
<td>{{ account.departement }}</td>
<td>{{ account.promo }}</td>
<td>{{ account.promo|default_if_none:'' }}</td>
</tr>
{% endfor %}
</tbody>