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 2677eb9 commit c0602eeCopy full SHA for c0602ee
1 file changed
v4.41/ietf/meeting/urls.py
@@ -19,7 +19,7 @@
19
(r'^agenda/week-view.html$', views.week_view),
20
(r'^week-view.html$', views.week_view),
21
(r'^(?P<num>\d+)/agenda(?:.html)?/?$', views.html_agenda),
22
- #(r'^(?P<num>\d+)/agenda/edit$', views.edit_agenda),
+ (r'^(?P<num>\d+)/agenda/edit$', views.edit_agenda),
23
(r'^(?P<num>\d+)/requests.html$', redirect_to, {"url": '/meeting/%(num)s/requests', "permanent": True}),
24
(r'^(?P<num>\d+)/requests$', views.meeting_requests),
25
(r'^(?P<num>\d+)/agenda.txt$', views.text_agenda),
0 commit comments