[FIX] mail: followers widget was broken
authorRichard Mathot <rim@openerp.com>
Mon, 13 Oct 2014 14:39:22 +0000 (16:39 +0200)
committerRichard Mathot <rim@openerp.com>
Mon, 13 Oct 2014 14:39:22 +0000 (16:39 +0200)
This was probably due to 35f5fb46e78aef1feda4d9cfddd93bd356bdca28.

addons/mail/static/src/xml/mail_followers.xml

index 9385c89..bb7e2f6 100644 (file)
@@ -35,7 +35,7 @@
         Template used to display a partner following the record
         -->
     <div t-name="mail.followers.partner" class='oe_partner'>
-        <img class="oe_mail_thumbnail oe_mail_frame" t-attf-src="{record.avatar_url}"/>
+        <img class="oe_mail_thumbnail oe_mail_frame" t-att-src="record.avatar_url"/>
         <a t-attf-href="#model=res.partner&amp;id=#{record.id}" t-att-title="record.name" t-att-data-partner="record.id"><t t-esc="record.name"/></a>
         <span t-if="record.is_editable and (widget.records_length &gt; 1)" class="oe_edit_subtype oe_e oe_hidden" title="Edit subscription" t-att-data-id="record.id">&amp;</span>
         <span t-if="widget.view_is_editable" class="oe_remove_follower oe_e" title="Remove this follower" t-att-data-id="record.id">X</span>