From 150731c2e99d8d96e0b46aee2f6ca01c71ddd336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Thu, 1 Sep 2016 15:55:06 +0200 Subject: [PATCH] Affichage promo liste accounts --- kfet/templates/kfet/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kfet/templates/kfet/account.html b/kfet/templates/kfet/account.html index 2f8bb6f0..d93b1201 100644 --- a/kfet/templates/kfet/account.html +++ b/kfet/templates/kfet/account.html @@ -52,7 +52,7 @@ {{ account.balance }}€ {{ account.is_cof }} {{ account.departement }} - {{ account.promo }} + {{ account.promo|default_if_none:'' }} {% endfor %}