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

fixed current_box URL

parent 87c905db
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ urlpatterns = patterns('',
url(r'^week/?$', week_schedule),
url(r'^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/?$', day_schedule),
url(r'^(?P<year>\d{4})/(?P<week>\d{1,2})/?$', week_schedule),
url(r'^current_box/?$', cache_page(current_show, 60)),
url(r'^current_box/?$', cache_page(60)(current_show)),
url(r'^hosts/?$', host_list),
url(r'^hosts/(?P<object_id>\d+)/?$', host_detail, name='host-detail'),
url(r'^tips/?$', recommendations),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment