[ADD] doc: new documentation, with training tutorials, and new scaffolding
[odoo/odoo.git] / doc / howtos / website / biography-field
1 # HG changeset patch
2 # Parent 216904cc7636679adbf1a5a211070e739c59c3a8
3 diff -r 216904cc7636 -r d5b8a2de3e35 academy/templates.xml
4 --- a/academy/templates.xml     Tue Aug 12 17:24:44 2014 +0200
5 +++ b/academy/templates.xml     Tue Aug 12 17:25:15 2014 +0200
6 @@ -20,8 +20,8 @@
7        <div class="oe_structure"/>
8        <div class="oe_structure">
9          <div class="container">
10 -          <h3><t t-esc="person.name"/></h3>
11 -          <div><t t-esc="person.biography"/></div>
12 +          <h3 t-field="person.name"/>
13 +          <div t-field="person.biography"/>
14          </div>
15        </div>
16        <div class="oe_structure"/>