We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c2a69 commit ca7fb10Copy full SHA for ca7fb10
1 file changed
adam/ietf/meeting/urls.py
@@ -8,6 +8,7 @@
8
(r'^agenda/$', views.html_agenda),
9
(r'^agenda(?:.html)?$', views.html_agenda),
10
(r'^agenda.txt$', views.text_agenda),
11
+ (r'^agenda/agenda.ics$', views.ical_agenda),
12
(r'^agenda.ics$', views.ical_agenda),
13
(r'^agenda/week-view.html$', views.week_view),
14
(r'^week-view.html$', views.week_view),
0 commit comments