From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Mon, 25 Mar 2013 06:18:42 +0000 (+0100)
Subject: it's nicer if tabs sons are not togglable
X-Git-Tag: myslice-django-0.1-2~1
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e423f68d135cce9bbfdaf9382c96932a3be9bbcf;p=myslice.git

it's nicer if tabs sons are not togglable
---

diff --git a/trash/sliceview.py b/trash/sliceview.py
index d6a6c21c..2b83e66b 100644
--- a/trash/sliceview.py
+++ b/trash/sliceview.py
@@ -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,