Add a todo view that shows only libraries that have no
[htsworkflow.git] / htsworkflow / frontend / urls.py
index ccba072b8395365b64c4e3149a6d29f2e54de77a..e9c0af479358e6b85c8da20dbcd971520b4d5b70 100644 (file)
@@ -38,6 +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/(?P<lib_id>\w+)/$',
       'htsworkflow.frontend.samples.views.library_to_flowcells'),
     (r'^lanes_for/$', 'htsworkflow.frontend.samples.views.lanes_for'),