Added start of inventory summary view and cleaned up inventory template location
[htsworkflow.git] / htsworkflow / frontend / inventory / urls.py
index 18f38a972e1a005b27d67bf1c7bfd9c79872887f..0d7da6c21699c20341f07b2a4967200bcb5ba5a4 100644 (file)
@@ -7,5 +7,6 @@ urlpatterns = patterns('',
      (r'^lts/link/(?P<flowcell>.+)/(?P<serial>.+)/$', 'htsworkflow.frontend.inventory.views.link_flowcell_and_device'),
      
     # INDEX
+    (r'^(?P<uuid>[a-fA-F0-9]{32})/$', 'htsworkflow.frontend.inventory.views.item_summary'),
      (r'^$', 'htsworkflow.frontend.inventory.views.index')
     )