From e402c441c5303c2d28c0f1f73e533d7657bc1acc Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 15 Mar 2013 12:38:47 +0100 Subject: [PATCH] QuickFilter starts toggled off --- trash/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trash/dashboard.py b/trash/dashboard.py index 15f374f4..d081ea2c 100644 --- a/trash/dashboard.py +++ b/trash/dashboard.py @@ -50,6 +50,7 @@ def dashboard_view (request): page=page, title='play with filters', criterias=quickfilter_criterias, + toggled=False, ), SliceList ( # setting visible attributes first page=page, -- 2.43.0