Skip to content

Commit dda271b

Browse files
committed
Fixed another issue with the meeting materials urls, related to the href() normalisation work.
- Legacy-Id: 14101
1 parent 95a5400 commit dda271b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
url(r'^week-view(?:.html)?/?$', views.week_view),
8181
url(r'^room-view(?:.html)?/?$', views.room_view),
8282
url(r'^materials(?:.html)?/?$', views.materials),
83-
url(r'^materials/%(document)s$' % settings.URL_REGEXPS, views.materials_document),
83+
url(r'^materials/%(document)s/?$' % settings.URL_REGEXPS, views.materials_document),
8484
url(r'^session/?$', views.materials_editable_groups),
8585
url(r'^proceedings(?:.html)?/?$', views.proceedings),
8686
url(r'^proceedings(?:.html)?/finalize/?$', views.finalize_proceedings),

0 commit comments

Comments
 (0)