fix: urlconf order
This commit is contained in:
parent
f0caef1cca
commit
d709f020f4
|
@ -25,8 +25,8 @@ urlpatterns = [
|
||||||
"p/pretalx_musicrate/",
|
"p/pretalx_musicrate/",
|
||||||
include(
|
include(
|
||||||
[
|
[
|
||||||
path("<code>/", AssigneeView.as_view(), name="assignee"),
|
|
||||||
path("export/", ExportView.as_view(), name="export"),
|
path("export/", ExportView.as_view(), name="export"),
|
||||||
|
path("<code>/", AssigneeView.as_view(), name="assignee"),
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue