From: Diane Trout Date: Thu, 2 Jun 2016 20:45:38 +0000 (-0700) Subject: Define filters variable again X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=789a3541b5e6dc1ada9c5b39b826e2573c0c7952 Define filters variable again There's a conditional that still used it, however we still need to actually implement the todo functionality with newer django. --- diff --git a/samples/views.py b/samples/views.py index 2080d5b..3f6ca60 100644 --- a/samples/views.py +++ b/samples/views.py @@ -36,7 +36,7 @@ LOGGER = logging.getLogger(__name__) def library(request, todo_only=False): - #filters = {'hidden__exact': 0} + filters = {'hidden__exact': 0} if todo_only: filters['lane'] = None