[REM] unused class attribute
authorFabien Meghazi <fme@openerp.com>
Tue, 16 Sep 2014 20:27:52 +0000 (22:27 +0200)
committerFabien Meghazi <fme@openerp.com>
Tue, 16 Sep 2014 20:27:52 +0000 (22:27 +0200)
addons/website_sale/views/templates.xml

index 95e7aad..ba56b97 100644 (file)
         <section t-attf-class="container oe_website_sale #{(compute_currency(product.lst_price) - product.price) &gt; 0.1 and 'discount'}" id="product_detail">
           <div class="row">
             <div class="col-sm-7 col-md-7 col-lg-7">
-                <span itemprop="image" class="agr" t-field="product.image" t-field-options='{"widget": "image", "class": "product_detail_img"}'/>
+                <span itemprop="image" t-field="product.image" t-field-options='{"widget": "image", "class": "product_detail_img"}'/>
             </div><div class="col-sm-5 col-md-5 col-lg-4 col-lg-offset-1">
                 <h1 itemprop="name" t-field="product.name">Product Name</h1>
                 <span itemprop="url" style="display:none;" t-esc="'/shop/product/%s' % slug(product)"/>