def start_setup_view(self): if "properties" in self.request.root.__dict__ and (PROP.getProperty(self.request, PROP.SITE_SETUP) == True): return HTTPFound(location=self.request.route_path("welcome")) return {}