diff -r 6cbc7bc8ea6d -r 5fe84a5f7035 web/views/startup.py --- a/web/views/startup.py Fri Apr 17 13:21:05 2009 +0200 +++ b/web/views/startup.py Fri Apr 17 16:55:37 2009 +0200 @@ -92,7 +92,7 @@ self.w(u'%s\n' % self.req._('system entities')) self.entity_types_table(eschema for eschema in schema.entities() if eschema.meta and not eschema.schema_entity()) - if 'EFRDef' in schema: # check schema support + if 'CWAttribute' in schema: # check schema support self.w(u'%s\n' % self.req._('schema entities')) self.entity_types_table(schema.eschema(etype) for etype in schema.schema_entity_types())