Skip to content

Commit 819d835

Browse files
author
Michael Lee
committed
meeting/urls.py has been restored with .html and .txt url
- Legacy-Id: 502
1 parent 814c18c commit 819d835

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/$', 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.html$', views.show_html_materials),
77
)
88

0 commit comments

Comments
 (0)