diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-10 19:36:16 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-10 19:36:16 (GMT) |
commit | 59d24b4afc5b0ef61ae9e7a56c9187b525fb2ec3 (patch) | |
tree | 89561a1b57cc036f8b52d2d81ea6e1601a6efcab /helsinki | |
parent | 7325fc951fb2ef493b9958619d7861e864be0ae3 (diff) |
removing bcformat_box
Diffstat (limited to 'helsinki')
-rw-r--r-- | helsinki/program/urls_program.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helsinki/program/urls_program.py b/helsinki/program/urls_program.py index 8b83d6d..48cdd79 100644 --- a/helsinki/program/urls_program.py +++ b/helsinki/program/urls_program.py @@ -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), |