Commit a32ff5af authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

do not raise an error if preferred_html_style_acknowledgeable_message is

missing (this can happen when we update erp5_xhtml_style but don't
update erp5_knowledge_pad at the same time because erp5_knowledge_pad
has its own global_definitions).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27378 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7cd84044
......@@ -129,7 +129,7 @@ IDEAS:\n
</tal:block>\n
</div>\n
<p class="clear"></p>\n
<tal:block tal:condition="preferred_html_style_acknowledgeable_message">\n
<tal:block tal:condition="preferred_html_style_acknowledgeable_message | nothing">\n
<div id="acknowledgeable_message_render">\n
<div tal:content="structure here/acknowledgeable_message_render"/>\n
</div>\n
......
764
\ No newline at end of file
765
\ No newline at end of file
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