Use "not run" instead of todo to describe libraries not yet run.
[htsworkflow.git] / htsworkflow / frontend / samples / views.py
index e3d15b798a99c19e502f7f59a330eda58d3e9a12..bec4315eb3a5015e90b70367d2fbe545a87e9b47 100644 (file)
@@ -107,7 +107,7 @@ def library(request, todo_only=False):
     c = RequestContext(request, context)
     return HttpResponse( t.render(c) )
 
-def library_todo(request):
+def library_not_run(request):
     return library(request, todo_only=True)
 
 def library_to_flowcells(request, lib_id):