We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9454031 commit 3dbb13cCopy full SHA for 3dbb13c
foundation/tests/urls.py
@@ -7,7 +7,6 @@
7
re_path(r"^login/", lambda x: x, name="login"),
8
re_path(r"^search/", include("haystack.urls")),
9
re_path(r"^jobs/", include("foundation.jobs.urls")),
10
- re_path(r"^about/team", include("foundation.organisation.urls.units")),
11
re_path(r"^about/board", include("foundation.organisation.urls.board")),
12
re_path(
13
r"^about/advisory-board", include("foundation.organisation.urls.advisoryboard")
0 commit comments