summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
diff options
context:
space:
mode:
authorsunnychaudhari <yuvaraj.chaudhari1@gmail.com>2015-01-15 15:28:45 +0530
committersunnychaudhari <yuvaraj.chaudhari1@gmail.com>2015-01-15 15:28:45 +0530
commite0b9bd02805733168429b563ab45786b4a91e1de (patch)
tree10a1bc52370a0c10ac6f6ce7a974021fc33e5813 /gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
parent5d03161b3805405e3a207b36b6702598e5424132 (diff)
downloadgnowsys-e0b9bd02805733168429b563ab45786b4a91e1de.tar.gz
removed the 'get_topic_contents' url
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
index 474dbe4..f3b9432 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
@@ -18,7 +18,7 @@ urlpatterns = patterns('gnowsys_ndf.ndf.views.ajax_views',
url(r'^add_Topics/', 'add_topics', name='add_topics'),
url(r'^get_tree_hierarchy/(?P<node_id>[\w-]+)$', 'get_tree_hierarchy', name='get_tree_hierarchy'),
url(r'^get_collection/(?P<node_id>[\w-]+)$', 'get_collection', name='get_collection'),
- url(r'^get_contents/', 'get_topic_contents', name='get_topic_contents'),
+ # url(r'^get_contents/', 'get_topic_contents', name='get_topic_contents'),
url(r'^drawer/', 'drawer_widget', name='drawer_widget'),
url(r'^search/', 'search_drawer', name='search_drawer'),
url(r'^terms/', 'terms_list', name='terms_list'),