[IMP] Well

bzr revid: fp@tinyerp.com-20131222174957-fxcw5jh0aag8qbkk
This commit is contained in:
Fabien Pinckaers 2013-12-22 18:49:57 +01:00
parent ef77ac935b
commit 1c23347bec
1 changed files with 12 additions and 13 deletions

View File

@ -107,9 +107,8 @@
<section class="row mt32">
<div class="col-md-8">
<div t-field="track.description"/>
<hr/>
<div t-foreach="track.speaker_ids" t-as="speaker" class="row">
<div t-foreach="track.speaker_ids" t-as="speaker" class="well">
<div class="row">
<div class="col-sm-2">
<span t-field="speaker.image"
t-field-options='{"widget": "image", "class": "img-circle"}'/>
@ -121,7 +120,7 @@
<div t-field="speaker.website_description"/>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">