From 117329b7325ce844dc039f45c8f9bef5e56f1486 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 2 Feb 2012 19:12:30 +0100 Subject: [PATCH] Fix list editor template --- templates/web/prod/actions/Feedback/ListsMacros.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/prod/actions/Feedback/ListsMacros.html.twig b/templates/web/prod/actions/Feedback/ListsMacros.html.twig index 9f76531b88..3874d25d6c 100644 --- a/templates/web/prod/actions/Feedback/ListsMacros.html.twig +++ b/templates/web/prod/actions/Feedback/ListsMacros.html.twig @@ -61,7 +61,7 @@ - {{ user.get_display_name() }} + {{ user.get_firstname() }} / {{ user.get_lastname() }} {{ user.get_company() }}