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 95a5400 commit dda271bCopy full SHA for dda271b
1 file changed
ietf/meeting/urls.py
@@ -80,7 +80,7 @@
80
url(r'^week-view(?:.html)?/?$', views.week_view),
81
url(r'^room-view(?:.html)?/?$', views.room_view),
82
url(r'^materials(?:.html)?/?$', views.materials),
83
- url(r'^materials/%(document)s$' % settings.URL_REGEXPS, views.materials_document),
+ url(r'^materials/%(document)s/?$' % settings.URL_REGEXPS, views.materials_document),
84
url(r'^session/?$', views.materials_editable_groups),
85
url(r'^proceedings(?:.html)?/?$', views.proceedings),
86
url(r'^proceedings(?:.html)?/finalize/?$', views.finalize_proceedings),
0 commit comments