[FIX] website_event_track: each speakers images in event track

On the website, on an event track page having
multiple speakers, the image of the first speaker
was displayed for all speakers.

This is no longer the case with this revision.

opw-639915
fixes #6715
This commit is contained in:
Denis Ledoux 2015-05-21 17:02:56 +02:00
parent 26e77423d0
commit d8d49ef264
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
<div t-foreach="track.speaker_ids" t-as="speaker" class="well mt32">
<div class="row">
<div class="col-sm-2">
<span t-field="track.image"
<span t-field="speaker.sudo().image_medium"
t-field-options='{"widget": "image", "class": "img-circle"}'/>
</div><div class="col-sm-10">
<h4 t-field="speaker.name" class="mb4"/>