From fdf52fb15cb594f8717b852c33a292149a21b8b8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 25 Feb 2020 07:10:34 +0000 Subject: tiding --- config/urls.py | 1 - 1 file changed, 1 deletion(-) (limited to 'config/urls.py') 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 -- cgit v1.2.3