--- documentViewer/__init__.py 2005/12/18 12:35:02 1.1 +++ documentViewer/__init__.py 2006/04/06 17:13:43 1.2 @@ -10,3 +10,12 @@ def initialize(context): documentViewer.manage_AddDocumentViewer ) ) + + context.registerClass( + documentViewer.DocumentViewerTemplate, + constructors = ( + documentViewer.manage_addDocumentViewerTemplateForm, + documentViewer.manage_addDocumentViewerTemplate + ) + ) + \ No newline at end of file