Renamed the tarfile function.

- Legacy-Id: 2489
This commit is contained in:
Henrik Levkowetz 2010-08-19 13:59:15 +00:00
parent 0af05ca7fd
commit 61053bb038

View file

@ -57,7 +57,7 @@ urlpatterns += patterns('',
(r'^agenda/agenda_package.txt$', views.agenda_package),
(r'^agenda/documents.txt$', views.agenda_documents_txt),
(r'^agenda/documents/$', views.agenda_documents),
(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),
(r'^discusses/$', views.discusses),
(r'^telechatdates/$', views.telechat_dates),
url(r'^wgactions/$', views.working_group_actions, name="iesg_working_group_actions"),