We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a22540 commit acb3f90Copy full SHA for acb3f90
1 file changed
ietf/meeting/urls.py
@@ -61,8 +61,8 @@
61
url(r'^agenda.ics$', views.ical_agenda),
62
url(r'^agenda/week-view(?:.html)?/?$', views.week_view),
63
url(r'^agenda/room-view(?:.html)?/?$', views.room_view),
64
- url(r'^agenda/floor-plan/?$', views.floor_plan),
65
- url(r'^agenda/floor-plan/(?P<floor>[-a-z0-9_]+)/?$', views.floor_plan),
+ url(r'^floor-plan/?$', views.floor_plan),
+ url(r'^floor-plan/(?P<floor>[-a-z0-9_]+)/?$', views.floor_plan),
66
url(r'^week-view(?:.html)?/?$', views.week_view),
67
url(r'^room-view(?:.html)?/$', views.room_view),
68
url(r'^materials(?:.html)?/$', views.materials),
0 commit comments