Skip to content

Commit 4803249

Browse files
author
Michael Lee
committed
Update urls.py of meeting to fix redirect for meeting materials page and agenda page.
- Legacy-Id: 498
1 parent ac5ae6d commit 4803249

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/meeting/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from ietf.meeting import views
33

44
urlpatterns = patterns('',
5-
(r'^(?P<meeting_num>\d+)/agenda.(?P<html_or_txt>\S+)$', views.show_html_agenda),
6-
(r'^(?P<meeting_num>\d+)/materials.html$', views.show_html_materials),
5+
(r'^(?P<meeting_num>\d+)/agenda-(?P<html_or_txt>\S+)/$', views.show_html_agenda),
6+
(r'^(?P<meeting_num>\d+)/materials/$', views.show_html_materials),
77
)
88

0 commit comments

Comments
 (0)