[FIX] website: In the footer, users record their phone number inbetween the fa-phone...
authorChristophe Matthieu <chm@openerp.com>
Tue, 18 Feb 2014 11:02:50 +0000 (12:02 +0100)
committerChristophe Matthieu <chm@openerp.com>
Tue, 18 Feb 2014 11:02:50 +0000 (12:02 +0100)
bzr revid: chm@openerp.com-20140218110250-lvvem8ibkg3g8e8d

addons/website/views/website_templates.xml

index 846ff17..dc7f7cd 100644 (file)
                                     <li><a href="/page/website.contactus">Contact us</a></li>
                                 </ul>
                                 <ul class="list-unstyled">
-                                    <li><i class="fa fa-phone"></i> <span t-field="res_company.phone"></span></li>
-                                    <li><i class="fa fa-envelope"></i>  <span t-field="res_company.email"></span></li>
+                                    <li t-ignore="true"><i class="fa fa-phone"></i> <span t-field="res_company.phone"></span></li>
+                                    <li t-ignore="true"><i class="fa fa-envelope"></i>  <span t-field="res_company.email"></span></li>
                                 </ul>
                                 <h2>
                                     <a t-att-href="website.social_facebook" t-if="website.social_facebook"><i class="fa fa-facebook-square"/></a>