Skip to content

Commit

Permalink
Merge tag '3582-drop-subcomittee' into develop
Browse files Browse the repository at this point in the history
Remove editorial subcommittee route
  • Loading branch information
Steven-Eardley committed Mar 28, 2023
2 parents bf81ae1 + 554fba9 commit 2c7e024
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 115 deletions.
1 change: 0 additions & 1 deletion cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ The following information is represented in data files:
- Team: `team.yml`
- Ambassadors: `ambassadors.yml`
- Volunteers: `volunteers.yml`
- Editorial Sub Committee: `editorial-subcommittee.yml`
- _Support_ section
- Publisher supporters: `publisher-supporters.yml`
- Sponsors: `sponsors.yml`
Expand Down
64 changes: 0 additions & 64 deletions cms/data/editorial-subcommittee.yml

This file was deleted.

2 changes: 0 additions & 2 deletions cms/data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ entries:
route: doaj.ambassadors # ~~->Ambassadors:WebRoute~~
- label: Advisory Board & Council
route: doaj.abc # ~~->AdvisoryBoardCouncil:WebRoute~~
- label: Editorial Subcommittee
route: doaj.editorial_subcommittee # ~~->EditorialSubcommittee:WebRoute~~
- label: Volunteers
route: doaj.volunteers # ~~->Volunteers:WebRoute~~
- label: News
Expand Down
12 changes: 0 additions & 12 deletions cms/pages/about/editorial-subcommittee.md

This file was deleted.

31 changes: 0 additions & 31 deletions portality/templates/data/editorial-subcommittee.html

This file was deleted.

5 changes: 0 additions & 5 deletions portality/view/doaj.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,6 @@ def abc():
return render_template("layouts/static_page.html", page_frag="/about/advisory-board-council.html")


@blueprint.route("/about/editorial-subcommittee/")
def editorial_subcommittee():
return render_template("layouts/static_page.html", page_frag="/about/editorial-subcommittee.html")


@blueprint.route("/about/volunteers/")
def volunteers():
return render_template("layouts/static_page.html", page_frag="/about/volunteers.html")
Expand Down

0 comments on commit 2c7e024

Please sign in to comment.