We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a24a8 commit 2347dafCopy full SHA for 2347daf
1 file changed
ietf/meeting/urls.py
@@ -62,7 +62,7 @@
62
url(r'^agendas.json$', ajax.schedule_infosurl),
63
url(r'^agenda/(?P<acronym>[-a-z0-9]+)-drafts.pdf$', views.session_draft_pdf),
64
url(r'^agenda/(?P<acronym>[-a-z0-9]+)-drafts.tgz$', views.session_draft_tarfile),
65
- url(r'^sessions.json', ajax.sessions_json),
+ url(r'^sessions\.json$', ajax.sessions_json),
66
url(r'^session/(?P<sessionid>\d+).json', ajax.session_json),
67
url(r'^session/(?P<sessionid>\d+)/constraints.json', ajax.session_constraints),
68
url(r'^constraint/(?P<constraintid>\d+).json', ajax.constraint_json),
0 commit comments