Skip to content
Snippets Groups Projects
Commit 59d24b4a authored by Johannes Raggam's avatar Johannes Raggam
Browse files

removing bcformat_box

parent 7325fc95
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ urlpatterns = patterns('',
('^/shows/?$', show_list),
url('^/shows/(?P<slug>[\w-]+)/?$', object_detail, dict(template_object_name='show', queryset=Show.objects.all()), name='show-detail'),
url('^/(?P<object_id>\d+)/?$', object_detail, dict(template_object_name='timeslot', queryset=TimeSlot.objects.all()), name='timeslot-detail'),
('^/bcformats_box/?$', bcformats),
# TODO: implement
('^/week/?$', today_schedule),
('^/broadcast_formats/?$', recommendations),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment