1 parent c93898e commit 533eb49Copy full SHA for 533eb49
1 file changed
pgweb/urls.py
@@ -40,7 +40,7 @@
40
re_path(r'^about/news/taglist.json/$', pgweb.news.views.taglist_json),
41
re_path(r'^about/events/$', pgweb.events.views.main),
42
re_path(r'^about/eventarchive/$', pgweb.events.views.archive),
43
- re_path(r'^about/event/(?P<itemid>\d+)(<?P<slug>-.*)?/$', pgweb.events.views.item),
+ re_path(r'^about/event/(?P<itemid>\d+)(?P<slug>-.*)?/$', pgweb.events.views.item),
44
re_path(r'^about/event/(?P<slug>[^/]+)-(?P<itemid>\d+)/$', pgweb.events.views.item),
45
re_path(r'^about/featurematrix/$', pgweb.featurematrix.views.root),
46
re_path(r'^about/featurematrix/detail/(\d+)/$', pgweb.featurematrix.views.detail_legacy),
0 commit comments