Query_set was renamed to queryset
authorDiane Trout <diane@ghic.org>
Thu, 2 Jun 2016 00:10:01 +0000 (17:10 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 24 Jun 2016 22:55:58 +0000 (15:55 -0700)
and I forgot to update the access in this template.
Good thing my test case caught it, because there
was no other error.

htsworkflow/templates/samples/lanes_for.html

index b71d0be89aa58c75496097c431d9e3d22bf5c86b..4a720b0b1e4e6f05a2b52648689e18aecb51b165 100644 (file)
@@ -37,7 +37,7 @@
   </tr>
   </thead>
   <tbody >
-    {% for lane in lanes.query_set %}
+    {% for lane in lanes.queryset %}
     <tr >
       <td >
         {{ lane.flowcell.run_date|date:"Y-M-d" }}