xml program: replace username by fistname/lastname

This commit is contained in:
Élie Bouttier 2016-10-31 13:34:02 +01:00
parent e53407a6cc
commit f40180ff2d

View File

@ -213,7 +213,7 @@ class Program:
for speaker in talk.speakers.all():
persons += ' <person id="%(person_id)s">%(person)s</person>\n' % {
'person_id': speaker.id,
'person': str(speaker),
'person': str(speaker.profile),
}
days_xml += """ <event id="%(id)s">
<start>%(start)s</start>