--- MPIWGWeb/__init__.py 2004/02/04 10:03:33 1.1 +++ MPIWGWeb/__init__.py 2004/10/14 09:01:32 1.2 @@ -21,6 +21,14 @@ def initialize(context): ) context.registerClass( + MPIWGProjects.MPIWGTemplate, + constructors = ( + MPIWGProjects.manage_addMPIWGTemplateForm, + MPIWGProjects.manage_addMPIWGTemplate + ) + ) + + context.registerClass( MPIWGStaff.MPIWGStaff, constructors = ( MPIWGStaff.manage_addMPIWGStaffForm,