aboutsummaryrefslogtreecommitdiffstats
path: root/config/urls.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/urls.py1
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