Skip to content

Commit 3dbb13c

Browse files
committed
Clean no longer needed URL.
1 parent 9454031 commit 3dbb13c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

foundation/tests/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
re_path(r"^login/", lambda x: x, name="login"),
88
re_path(r"^search/", include("haystack.urls")),
99
re_path(r"^jobs/", include("foundation.jobs.urls")),
10-
re_path(r"^about/team", include("foundation.organisation.urls.units")),
1110
re_path(r"^about/board", include("foundation.organisation.urls.board")),
1211
re_path(
1312
r"^about/advisory-board", include("foundation.organisation.urls.advisoryboard")

0 commit comments

Comments
 (0)