From f40180ff2d10b75f8c81b01e9e50d443151baaff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Mon, 31 Oct 2016 13:34:02 +0100 Subject: [PATCH] xml program: replace username by fistname/lastname --- planning/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planning/utils.py b/planning/utils.py index ea3b075..21d6ddc 100644 --- a/planning/utils.py +++ b/planning/utils.py @@ -213,7 +213,7 @@ class Program: for speaker in talk.speakers.all(): persons += ' %(person)s\n' % { 'person_id': speaker.id, - 'person': str(speaker), + 'person': str(speaker.profile), } days_xml += """ %(start)s