[FIX] website_event_track: remove trailing comma in speakers name in event tracks

This commit is contained in:
Denis Ledoux 2014-06-05 17:50:15 +02:00
parent 76d909bb46
commit 4b3cec8ecf
1 changed files with 1 additions and 3 deletions

View File

@ -148,9 +148,7 @@
</h3>
<ul class="list-inline mb0">
<li t-if="track.speaker_ids" class="text-muted fa fa-user">
<t t-foreach="track.speaker_ids" t-as="speaker">
<t t-esc="speaker.name"/>,
</t>
<t t-esc="', '.join([speaker.name for speaker in track.speaker_ids])"></t>
</li>
<li class="text-muted fa fa-calendar"> <span t-field="track.date" t-field-options='{"hide_seconds":"True"}'/></li>
<li class="text-muted fa fa-map-marker" t-if="track.location_id">