From 49a12819764667a98e124ba6822f62cb0fafc933 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Thu, 11 Aug 2016 13:52:03 +0200 Subject: [PATCH] Display the alias list properly --- admin/freeposte/admin/templates/alias/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/freeposte/admin/templates/alias/list.html b/admin/freeposte/admin/templates/alias/list.html index c6966bf8..83c0b058 100644 --- a/admin/freeposte/admin/templates/alias/list.html +++ b/admin/freeposte/admin/templates/alias/list.html @@ -30,7 +30,7 @@ Alias list {{ alias }} - {{ alias.destination or '-' }} + {{ alias.destination|join(', ') or '-' }} {{ alias.comment or '' }} {{ alias.created_at }} {{ alias.updated_at or '' }}