Skip to content

Commit 67c1af5

Browse files
committed
Added an url pattern for interim meeting agendas -- we construct those in some places, like in /doc/agenda-interim-... document pages, so we should be able to handle the ,;-)
- Legacy-Id: 11418
1 parent 7dde59f commit 67c1af5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/meeting/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
# The optionals have to go first, otherwise the agenda/(owner)/(name)/ patterns match things they shouldn't
7171
url(r'^(?:(?P<num>\d+)/)?', include(type_ietf_only_patterns_id_optional)),
7272
url(r'^(?P<num>\d+)/', include(type_ietf_only_patterns)),
73+
url(r'^(?P<num>interim-[a-z0-9-]+)/', include(type_ietf_only_patterns)),
7374
url(r'^upcoming/$', views.upcoming),
7475
url(r'^upcoming.ics/$', views.upcoming_ical),
7576
url(r'^interim/announce/$', views.interim_announce),

0 commit comments

Comments
 (0)