From 3a573abf7a63a6f9a7d8c90fa8358250e82585bd Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@helsinki.at> Date: Fri, 7 Apr 2017 17:50:23 +0200 Subject: [PATCH] rename new special show export --- pv/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/urls.py b/pv/urls.py index 9873723c..9617f8ee 100644 --- a/pv/urls.py +++ b/pv/urls.py @@ -12,7 +12,7 @@ urlpatterns = patterns('', url(r'^nop', include('nop.urls')), url(r'^tinymce/', include('tinymce.urls')), url(r'^export/day_schedule/(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/$', json_day_schedule), - url(r'^export/timeslots_specials/$', json_timeslots_specials) + url(r'^export/timeslots_specials.json$', json_timeslots_specials) ) if settings.DEBUG: -- GitLab