From 9a4b0d5e3f74e1a9cfeee1a3a1f03d97da422c94 Mon Sep 17 00:00:00 2001 From: Charlie Jacomme Date: Wed, 8 Aug 2018 17:55:41 +0200 Subject: [PATCH] template update bug fix --- templates/list | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/list b/templates/list index 3c2229a..356f9a6 100644 --- a/templates/list +++ b/templates/list @@ -1,6 +1,7 @@ # Liste d'association alias:addresse des users - -{%- for user in data -%} + + +{% for user in data -%} {%- for alias in user.email_address -%} {%- if user.local_email_redirect -%} {{ alias.local_part }}:{{ user.email }}