mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 01:35:28 +00:00
Fixes typo in url regex
This commit is contained in:
parent
a91d9f67be
commit
e655f5c2f3
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ urlpatterns = [
|
||||||
name="settings-imports",
|
name="settings-imports",
|
||||||
),
|
),
|
||||||
re_path(
|
re_path(
|
||||||
r"^settings/imports/(?P<import_id>\d+)/complete?$",
|
r"^settings/imports/(?P<import_id>\d+)/complete/?$",
|
||||||
views.ImportList.as_view(),
|
views.ImportList.as_view(),
|
||||||
name="settings-imports-complete",
|
name="settings-imports-complete",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue