diff __init__.py @ 2:ddf6c1a27a4b

new version with main_template and css in product.
author casties
date Thu, 07 Feb 2013 19:50:39 +0100
parents bca61e893fcc
children 5db416602e85
line wrap: on
line diff
--- a/__init__.py	Wed Jan 30 11:47:21 2013 +0100
+++ b/__init__.py	Thu Feb 07 19:50:39 2013 +0100
@@ -67,3 +67,11 @@
           )
         )
 
+    context.registerClass(
+        MPIWGStaff.MPIWGStaffFolder,
+        constructors = (
+          MPIWGStaff.manage_addMPIWGStaffFolderForm,
+          MPIWGStaff.manage_addMPIWGStaffFolder
+          )
+        )
+