Commit 7c250028 authored by Chris McDonough's avatar Chris McDonough

Changed things that use HTMLFile to DTMLFile.

parent ccb8618c
......@@ -91,7 +91,7 @@ class SubobjectsSheet(OFS.PropertySheets.PropertySheet,
OFS.PropertySheets.View):
"""Provide management view for selecting sub-objects.
"""
manage=Globals.HTMLFile('dtml/subobjects', globals())
manage=Globals.DTMLFile('dtml/subobjects', globals())
def possible_meta_types(self):
return self.aq_acquire('_product_meta_types')+Products.meta_types
......
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