From 51249a30220e3fb2cea70939b0cbf5a69af6eeda Mon Sep 17 00:00:00 2001 From: Rami Rauch Date: Fri, 16 Jan 2009 21:53:35 +0000 Subject: [PATCH] --- htswfrontend/htswfrontend/urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htswfrontend/htswfrontend/urls.py b/htswfrontend/htswfrontend/urls.py index b847666..41d015c 100644 --- a/htswfrontend/htswfrontend/urls.py +++ b/htswfrontend/htswfrontend/urls.py @@ -13,6 +13,6 @@ urlpatterns = patterns('', (r'^exp_track/', include('htswfrontend.exp_track.et_urls')), # AnalysTrack: (r'^analys_track/', include('htswfrontend.analys_track.an_urls')), - # Report Views: - # (r'^reports/', include('gaworkflow.frontend....urls')), + # Htsw_reports: + (r'^htsw_reports/', include('htswfrontend.htsw_reports.ht_urls')), ) -- 2.30.2