it's nicer if tabs sons are not togglable
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 25 Mar 2013 06:18:42 +0000 (07:18 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 25 Mar 2013 06:18:42 +0000 (07:18 +0100)
trash/sliceview.py

index d6a6c21..2b83e66 100644 (file)
@@ -50,7 +50,7 @@ def slice_view (request, slicename=tmp_default_slice):
                         page=page,
                         title='a sample and simple hazelnut',
                         domid='simple',
-#                        togglable=False,
+                        togglable=False,
                         # this is the query at the core of the slice list
                         query=main_query,
                         ),
@@ -58,7 +58,7 @@ def slice_view (request, slicename=tmp_default_slice):
                         page=page,
                         title='with checkboxes',
                         domid='checkboxes',
-#                        togglable=False,
+                        togglable=False,
                         checkboxes=True,
                         # this is the query at the core of the slice list
                         query=main_query,