*do not* turn off checkboxes on hazelnuts for now
[unfold.git] / portal / sliceview.py
index 0da7ead..1eb6778 100644 (file)
@@ -229,7 +229,7 @@ class SliceView (LoginRequiredAutoLogoutView):
             togglable   = False,
             # this is the query at the core of the slice list
             query       = sq_measurement,
-            checkboxes  = False,
+            checkboxes  = True,
             datatables_options = { 
                 'iDisplayLength' : 25,
                 'bLengthChange'  : True,