--- MPIWGWeb/MPIWGStaff.py 2009/09/30 16:56:00 1.10.2.70 +++ MPIWGWeb/MPIWGStaff.py 2009/09/30 17:08:40 1.10.2.71 @@ -369,9 +369,13 @@ class MPIWGStaff(CatalogAware,ZSQLExtend if result is not None: # Got a cached value. return result - - pt = getTemplate(self, "members_main") - # Execute the template in a new security context. + + # look for individual page + pt = getattr(self, "index.html") + # else use template + if not pt: + pt = getTemplate(self, "members_main") + # Execute the template in a new security context. security.addContext(self) try: