Skip to content

Commit acb3f90

Browse files
committed
Tweaked the floor-plan urls, removing an unnecessary path element.
- Legacy-Id: 11569
1 parent 9a22540 commit acb3f90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/meeting/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
url(r'^agenda.ics$', views.ical_agenda),
6262
url(r'^agenda/week-view(?:.html)?/?$', views.week_view),
6363
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),
64+
url(r'^floor-plan/?$', views.floor_plan),
65+
url(r'^floor-plan/(?P<floor>[-a-z0-9_]+)/?$', views.floor_plan),
6666
url(r'^week-view(?:.html)?/?$', views.week_view),
6767
url(r'^room-view(?:.html)?/$', views.room_view),
6868
url(r'^materials(?:.html)?/$', views.materials),

0 commit comments

Comments
 (0)