Commit 5172bba6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

template_erp5_web overrides erp5_web's template_erp5_web but its definition of...

template_erp5_web overrides erp5_web's template_erp5_web but its definition of portal_path is wrong.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26845 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ae98973
......@@ -65,7 +65,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
\n
<tal:block metal:define-macro="master">\n
<tal:block tal:define="portal_path here/portal_url;\n
<tal:block tal:define="portal_path python:here.getWebSiteValue().absolute_url();\n
editable request/editable_mode | python: 0; \n
global css_list_template python:[\'%s/erp5_web.css\' % portal_path,\n
\'%s/erp5_web_%scontent.css\' % (portal_path, editable and \'editable_\' or \'\'),\n
......
393
\ No newline at end of file
394
\ 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