From 1965bee8244213eea20174d0ff5ee5d274de530b Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 17 Dec 2013 11:32:20 -0800 Subject: [PATCH] Inventory works, even though its was hidden between two non-working modules --- htsworkflow/frontend/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/urls.py b/htsworkflow/frontend/urls.py index c21d9a0..cd2570b 100644 --- a/htsworkflow/frontend/urls.py +++ b/htsworkflow/frontend/urls.py @@ -25,7 +25,7 @@ urlpatterns = patterns('', ## AnalysTrack: ##(r'^analysis/', include('htsworkflow.frontend.analysis.urls')), ## Inventory urls - #url(r'^inventory/', include('htsworkflow.frontend.inventory.urls')), + url(r'^inventory/', include('htsworkflow.frontend.inventory.urls')), ## Report Views: ##url(r'^reports/', include('htsworkflow.frontend.reports.urls')), ## Library browser -- 2.30.2