diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-02-25 07:10:34 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-02-25 07:10:34 +0000 |
commit | fdf52fb15cb594f8717b852c33a292149a21b8b8 (patch) | |
tree | 47231f250e2558893c167c189f58a1e8b14d0a9c /config/urls.py | |
parent | 257d5fbdc2b6336f5a3799aeec3bc906348d59ee (diff) |
tiding
Diffstat (limited to '')
-rw-r--r-- | config/urls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/urls.py b/config/urls.py index cd7f6f2..43bec0d 100644 --- a/config/urls.py +++ b/config/urls.py @@ -21,7 +21,6 @@ urlpatterns = [ "organisations/", include("ctrack.organisations.urls", namespace="organisations"), ), - path("register/", include("ctrack.organisations.urls", namespace="register")), path("caf/", include("ctrack.caf.urls", namespace="caf")), path("accounts/", include("allauth.urls")), # Your stuff: custom urls includes go here |