Skip to content

Commit

Permalink
Remove AdvisoryBoard old logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jun 11, 2024
1 parent d0477fb commit 26da70d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
10 changes: 0 additions & 10 deletions foundation/organisation/cms_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
from django.utils.translation import gettext_lazy as _


class AdvisoryBoardAppHook(CMSApp):
name = _("Advisory Board")

def get_urls(self, page=None, language=None, **kwargs):
return ["foundation.organisation.urls.advisoryboard"]


apphook_pool.register(AdvisoryBoardAppHook)


class NetworkGroupsAppHook(CMSApp):
name = _("Network Groups")

Expand Down
10 changes: 0 additions & 10 deletions foundation/organisation/urls/advisoryboard.py

This file was deleted.

3 changes: 0 additions & 3 deletions foundation/tests/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
re_path(r"^login/", lambda x: x, name="login"),
re_path(r"^search/", include("haystack.urls")),
re_path(r"^jobs/", include("foundation.jobs.urls")),
re_path(
r"^about/advisory-board", include("foundation.organisation.urls.advisoryboard")
),
re_path(r"^network/", include("foundation.organisation.urls.networkgroups")),
re_path(r"^", include("cms.urls")),
]

0 comments on commit 26da70d

Please sign in to comment.