We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3d5be commit ed82f10Copy full SHA for ed82f10
1 file changed
mapgroups/urls.py
@@ -55,7 +55,7 @@
55
RemoveMapGroupImageActionView.as_view(), name='remove-image'),
56
re_path(r'^(?P<pk>\d+)/(?P<slug>[\w-]+)/$',
57
MapGroupDetailView.as_view(), name='detail'),
58
- re_path(r'^(?P<pk>\d+)/(?P<slug>[\w-]+)/preferences$',
+ re_path(r'^(?P<pk>\d+)/(?P<slug>[\w-]+)/preferences/?$',
59
MapGroupPreferencesView.as_view(), name='preferences'),
60
re_path(r'^(?P<pk>\d+)/(?P<slug>[\w-]+)/join$',
61
JoinMapGroupActionView.as_view(), name='join'),
0 commit comments