[IMP] models: move prefetching of records back to method _prefetch_field
[odoo/odoo.git] / doc / howto / howto_website / ta-template-biography
1 # HG changeset patch
2 # Parent 3028c6855414a013dd18addbe102d7172bafc5af
3
4 diff --git a/views/templates.xml b/views/templates.xml
5 --- a/views/templates.xml
6 +++ b/views/templates.xml
7 @@ -36,6 +36,8 @@
8              <div class="oe_structure">
9                  <div class="container">
10                      <h1 t-field="ta.name"/>
11 +                    <h2>Biography</h2>
12 +                    <div t-field="ta.biography"/>
13                  </div>
14              </div>
15              <div class="oe_structure"/>