Commit 205eb523 authored by Ivan Tyagov's avatar Ivan Tyagov

isDocument is a method not property.

parent 1bc7ccd1
......@@ -160,8 +160,9 @@
XXX - This is not so good to create new content in a section\n
Behaviour should be to create content in section / site\n
-->\n
<li class="toolboxSection" id="clone-document-toolbox"\n
tal:condition="python:here.isDocument">\n
<li class="toolboxSection" \n
id="clone-document-toolbox"\n
tal:condition="python:here.isDocument()">\n
<h3 class="menu_title">\n
<span id="create_new_document_title"></span>\n
<span id="clone_document_title">\n
......@@ -322,7 +323,7 @@
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
<value> <string>iso-8859-15</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
1052
\ No newline at end of file
1053
\ 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