accept all valid lengths of phonenumber in the url pattern
This commit is contained in:
parent
816f1e5ace
commit
c8dee63751
|
@ -26,7 +26,7 @@ urlpatterns = [
|
||||||
name="dectregistration_create",
|
name="dectregistration_create",
|
||||||
),
|
),
|
||||||
re_path(
|
re_path(
|
||||||
r"^(?P<dect_number>\d{4})/",
|
r"^(?P<dect_number>\d{4,9})/",
|
||||||
include(
|
include(
|
||||||
[
|
[
|
||||||
path(
|
path(
|
||||||
|
|
Loading…
Reference in a new issue