[IMP] website_project: t-field for bottom project link

bzr revid: chm@openerp.com-20131107094919-ip04lruh68lerfbh
This commit is contained in:
Christophe Matthieu 2013-11-07 10:49:19 +01:00
parent ef86f6d12a
commit 1052081b50
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<!-- Layout add nav and footer -->
<template id="footer_custom" inherit_id="website.layout" name="Custom Footer">
<xpath expr="//footer//ul[@name='products']" position="inside">
<li t-foreach="website_project_ids" t-as="project"><a t-href="/project/#{ project.id }/"><t t-esc="project.name"/></a></li>
<li t-foreach="website_project_ids" t-as="project"><a t-href="/project/#{ project.id }/" t-field="project.name"/></li>
</xpath>
</template>