# HG changeset patch # User Nicolas Chauvat # Date 1243636955 -7200 # Node ID 4090a9546ea37606df0f3f219d2a75d333668ebe # Parent a6638de6d4daee76240a4e820cb8cefc819104f2 [views] change default tab to text for /schema diff -r a6638de6d4da -r 4090a9546ea3 web/views/startup.py --- a/web/views/startup.py Sat May 30 00:42:18 2009 +0200 +++ b/web/views/startup.py Sat May 30 00:42:35 2009 +0200 @@ -168,7 +168,7 @@ id = 'schema' title = _('application schema') tabs = [_('schema-text'), _('schema-image')] - default_tab = 'schema-image' + default_tab = 'schema-text' def call(self): """display schema information"""