Commit 9662aacd authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup! erp5_web_renderjs_ui_minimal_theme: new bt5 to create web sites looking...

fixup! erp5_web_renderjs_ui_minimal_theme: new bt5 to create web sites looking like erp5_web_renderjs_ui
parent a94e10c7
......@@ -48,7 +48,7 @@
<body tal:attributes="class body_css_class|nothing">
<div data-gadget-scope="header">
<div class="ui-header">
<h1><span tal:content="python: form.title"></span></h1>
<h1><span tal:content="python: form.title" i18n:translate="" i18n:domain="ui"></span></h1>
</div>
</div>
......@@ -67,7 +67,7 @@
<section class="ui-content-header-plain">
<h3 class="ui-content-title ui-body-c">
<span class="ui-icon ui-icon-custom ui-icon-sign-in"></span>
<tal:block tal:replace="python: form.title"></tal:block>
<tal:block tal:replace="python: form.title" i18n:translate="" i18n:domain="ui"></tal:block>
</h3>
</section>
......
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