Commit 2a504e2e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove an unused variable in web templates.

parent fe53a328
......@@ -43,7 +43,6 @@
portal_path website/absolute_url;\n
section here/getWebSectionValue;\n
section_url section/absolute_url;\n
current_main_section here/WebSite_getMainSection;\n
editable request/editable_mode | python: 0;\n
list_mode list_mode | nothing;\n
dialog_mode dialog_mode | nothing;\n
......
......@@ -78,7 +78,6 @@
portal_path python:website.absolute_url();\n
section here/getWebSectionValue;\n
section_url section/absolute_url;\n
current_main_section here/WebSite_getMainSection;\n
editable request/editable_mode | python: 0;\n
list_mode list_mode | nothing;\n
dialog_mode dialog_mode | nothing;\n
......
......@@ -41,7 +41,6 @@
<tal:block tal:define="website here/getWebSiteValue;\n
enctype string:multipart/form-data;\n
portal_path python:website.absolute_url();\n
current_main_section here/WebSite_getMainSection;\n
editable request/editable_mode | python: 0;\n
list_mode list_mode | nothing;\n
dialog_mode dialog_mode | nothing;\n
......
......@@ -54,7 +54,6 @@
section python: here.getWebSectionValue();\n
section_url python: section.absolute_url();\n
editable python: request.get(\'editable_mode\', 0);\n
current_main_section python: here.WebSite_getMainSection();\n
list_mode list_mode | nothing;\n
dialog_mode dialog_mode | nothing;\n
has_no_layout python: layout_form is None;\n
......
......@@ -43,7 +43,6 @@
portal_path website/absolute_url;\n
section here/getWebSectionValue;\n
section_url section/absolute_url;\n
current_main_section here/WebSite_getMainSection;\n
has_no_layout python: layout_form is None;\n
aggregate python: has_no_layout or layout_form.Form_getGroupList(\n
[\'section\']);\n
......
......@@ -78,7 +78,6 @@
portal_path python:website.absolute_url();\n
section here/getWebSectionValue;\n
section_url section/absolute_url;\n
current_main_section here/WebSite_getMainSection;\n
editable request/editable_mode | python: 0;\n
list_mode list_mode | nothing;\n
dialog_mode dialog_mode | nothing;\n
......
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