Skip to content

Commit 61053bb

Browse files
committed
Renamed the tarfile function.
- Legacy-Id: 2489
1 parent 0af05ca commit 61053bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/iesg/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
(r'^agenda/agenda_package.txt$', views.agenda_package),
5858
(r'^agenda/documents.txt$', views.agenda_documents_txt),
5959
(r'^agenda/documents/$', views.agenda_documents),
60-
(r'^agenda/telechat-(?P<year>\d+)-(?P<month>\d+)-(?P<day>\d+)-docs.tgz', views.agenda_downloaddocstgz),
60+
(r'^agenda/telechat-(?P<year>\d+)-(?P<month>\d+)-(?P<day>\d+)-docs.tgz', views.telechat_docs_tarfile),
6161
(r'^discusses/$', views.discusses),
6262
(r'^telechatdates/$', views.telechat_dates),
6363
url(r'^wgactions/$', views.working_group_actions, name="iesg_working_group_actions"),

0 commit comments

Comments
 (0)