--- MPIWGWeb/__init__.py 2008/06/24 11:16:26 1.2.2.3 +++ MPIWGWeb/__init__.py 2008/08/28 18:20:09 1.2.2.4 @@ -42,6 +42,14 @@ def initialize(context): ) context.registerClass( + MPIWGTemplate.MPIWGFolder, + constructors = ( + MPIWGTemplate.manage_addMPIWGFolderForm, + MPIWGTemplate.manage_addMPIWGFolder + ) + ) + + context.registerClass( MPIWGStaff.MPIWGStaff, constructors = ( MPIWGStaff.manage_addMPIWGStaffForm,