Commit 77eaf614 authored by Tatuya Kamada's avatar Tatuya Kamada

py2zope4: Use legacy PageTemplate engine instead of new chameleon engine

parent e9b1a163
<configure xmlns="http://namespaces.zope.org/zope">
<include package="Products.PageTemplates" />
<includeOverrides file="overrides.zcml" />
</configure>
<configure xmlns="http://namespaces.zope.org/zope">
<utility
provides="zope.pagetemplate.interfaces.IPageTemplateEngine"
component="zope.pagetemplate.pagetemplate.PageTemplateEngine"/>
</configure>
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