web/views/startup.py
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 1132 96752791c2b6
child 1498 2c6eec0b46b9
--- 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'<tr><th colspan="4">%s</th></tr>\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'<tr><th colspan="4">%s</th></tr>\n' % self.req._('schema entities'))
                 self.entity_types_table(schema.eschema(etype)
                                         for etype in schema.schema_entity_types())