diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-04-07 15:51:28 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-04-07 15:51:28 (GMT) |
commit | 38eff6e23ec2080fd6bbda3aea016657f59d29f6 (patch) | |
tree | f9dc0969297734a74fb94862e89bf3840ad04087 /pv/urls.py | |
parent | 6eabfdd69ecf3b7615e9522ae3839554afc72864 (diff) | |
parent | 3a573abf7a63a6f9a7d8c90fa8358250e82585bd (diff) |
Merge branch 'stable'
Diffstat (limited to 'pv/urls.py')
-rw-r--r-- | pv/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |