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 0af05ca commit 61053bbCopy full SHA for 61053bb
1 file changed
ietf/iesg/urls.py
@@ -57,7 +57,7 @@
57
(r'^agenda/agenda_package.txt$', views.agenda_package),
58
(r'^agenda/documents.txt$', views.agenda_documents_txt),
59
(r'^agenda/documents/$', views.agenda_documents),
60
- (r'^agenda/telechat-(?P<year>\d+)-(?P<month>\d+)-(?P<day>\d+)-docs.tgz', views.agenda_downloaddocstgz),
+ (r'^agenda/telechat-(?P<year>\d+)-(?P<month>\d+)-(?P<day>\d+)-docs.tgz', views.telechat_docs_tarfile),
61
(r'^discusses/$', views.discusses),
62
(r'^telechatdates/$', views.telechat_dates),
63
url(r'^wgactions/$', views.working_group_actions, name="iesg_working_group_actions"),
0 commit comments