# HG changeset patch # User Sylvain Thénault # Date 1254845694 -7200 # Node ID a9ed6f7cf2c2063720d386c5af444dff80178b24 # Parent 4123323acaea208129acdc8c18bb5357993a3f8c set title to None so it doesn't appears in possible views diff -r 4123323acaea -r a9ed6f7cf2c2 web/views/tabs.py --- a/web/views/tabs.py Tue Oct 06 17:49:42 2009 +0200 +++ b/web/views/tabs.py Tue Oct 06 18:14:54 2009 +0200 @@ -196,6 +196,7 @@ class PrimaryTab(primary.PrimaryView): id = 'main_tab' + title = None def is_primary(self): return True