Skip to content

Commit

Permalink
New nav for support/funders page
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Jan 9, 2025
1 parent fbd809b commit aacb270
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ entries:
route: doaj.publisher_supporters # ~~->PublisherSupporters:WebRoute~~
- label: Institutional and library supporters
route: doaj.supporters # ~~->Supporters:WebRoute~~
- label: Funders
route: doaj.funders # ~~->Funders:WebRoute~~
- id: apply
label: Apply
footer: true
Expand Down
5 changes: 5 additions & 0 deletions portality/view/doaj.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@ def supporters():
return render_template(templates.STATIC_PAGE, page_frag="/support/supporters.html")


@blueprint.route("/support/funders/")
def funders():
return render_template(templates.STATIC_PAGE, page_frag="/support/funders.html")


@blueprint.route("/support/thank-you/")
def application_thanks():
return render_template(templates.STATIC_PAGE, page_frag="/support/thank-you.html")
Expand Down

0 comments on commit aacb270

Please sign in to comment.