Use "not run" instead of todo to describe libraries not yet run.
[htsworkflow.git] / htsworkflow / frontend / urls.py
index e9c0af479358e6b85c8da20dbcd971520b4d5b70..6c3bfa6da6bf12d98f6e0eaa61454a1aa57fc369 100644 (file)
@@ -38,8 +38,8 @@ urlpatterns = patterns('',
     (r'^reports/', include('htsworkflow.frontend.reports.urls')),
     # Library browser
     (r'^library/$', 'htsworkflow.frontend.samples.views.library'),
-    (r'^library/todo/$',
-      'htsworkflow.frontend.samples.views.library_todo'),
+    (r'^library/not_run/$',
+      'htsworkflow.frontend.samples.views.library_not_run'),
     (r'^library/(?P<lib_id>\w+)/$',
       'htsworkflow.frontend.samples.views.library_to_flowcells'),
     (r'^lanes_for/$', 'htsworkflow.frontend.samples.views.lanes_for'),