Commit caee2837 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_corporate_identity: table reference can be included inside a new h1

parent e0af74e5
...@@ -45,7 +45,6 @@ Creates the Tables of references. ...@@ -45,7 +45,6 @@ Creates the Tables of references.
<tal:block metal:define-macro="book_references"> <tal:block metal:define-macro="book_references">
<tal:comment tal:replace="nothing">We need to recheck in case macro is called directly</tal:comment> <tal:comment tal:replace="nothing">We need to recheck in case macro is called directly</tal:comment>
<tal:block tal:condition="python: book_include_reference != 0"> <tal:block tal:condition="python: book_include_reference != 0">
<h1 i18n:translate="" i18n:domain="erp5_ui">Introduction</h1>
<h2 i18n:translate="" i18n:domain="erp5_ui">References</h2> <h2 i18n:translate="" i18n:domain="erp5_ui">References</h2>
<p i18n:translate="" i18n:domain="erp5_ui">This section provides the list of applicable documents and references.</p> <p i18n:translate="" i18n:domain="erp5_ui">This section provides the list of applicable documents and references.</p>
<h3 i18n:translate="" i18n:domain="erp5_ui">Applicable Documents</h3> <h3 i18n:translate="" i18n:domain="erp5_ui">Applicable Documents</h3>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment