Commit 7867f3ce authored by Jérome Perrin's avatar Jérome Perrin

'dtml/properties' does not exists, the dtml is just 'properties'


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28068 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 857fdf94
......@@ -791,7 +791,7 @@ class Base( CopyContainer,
)
# We want to use a default property view
manage_propertiesForm = DTMLFile( 'dtml/properties', _dtmldir )
manage_propertiesForm = DTMLFile( 'properties', _dtmldir )
security.declareProtected( Permissions.ModifyPortalContent, 'setTitle' )
def setTitle(self, value):
......
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