--- a/src/ldt/ldt/ldt_utils/urls.py Thu Jan 12 16:25:13 2012 +0100
+++ b/src/ldt/ldt/ldt_utils/urls.py Thu Jan 12 17:56:25 2012 +0100
@@ -43,6 +43,7 @@
url(r'^updateGroup/(?P<group_id>.*)$', 'views.group.update_group'),
url(r'^front/$', 'views.front.front_home'),
url(r'^front/group/(?P<group_id>.*)$', 'views.front.group_info'),
+ url(r'^front/playerCutting/(?P<content_iri_id>.*)/(?P<cutting_id>.*)/$', 'views.front.annot_content'),
url(r'^front/player/(?P<content_iri_id>.*)$', 'views.front.annot_content'),
url(r'^front/search/$', 'views.front.search_index'),
url(r'^front/searchListing', 'views.front.search_listing'),