Skip to content
Snippets Groups Projects
Commit f20e6892 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

changed url for the current view.

parent 9c6be4e8
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ urlpatterns = patterns('',
('^$', TodayScheduleView.as_view()),
('^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/$', DayScheduleView.as_view()),
('^(?P<year>\d{4})/(?P<week>\d{1,2})/$', WeekScheduleView.as_view()),
('^current/$', CurrentShowView.as_view()),
('^current_box/$', CurrentShowView.as_view()),
('^hosts/$', ListView.as_view(model=Host, context_object_name='hosts')),
url('^host/(?P<pk>\d+)/$', DetailView.as_view(model=Host), name='host-detail'),
('^recommendations/$', RecommendationsView.as_view()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment