Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
add missing pagetemplate include
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Oct 8, 2018
1 parent f124566 commit 3a041a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plone/z3cform/templates.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<include package="five.pt"/>
</configure>

<configure zcml:condition="installed Products.PageTemplates">
<include package="Products.PageTemplates" />
</configure>

<browser:page
name="ploneform-macros"
for="*"
Expand Down

0 comments on commit 3a041a5

Please sign in to comment.