Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carkod committed Jun 29, 2023
1 parent f7b351f commit 405cf9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,12 @@ def careers_index():
)


@app.route("/careers/company-culture/progression")
@app.route("/careers/progression")
def careers_progression():
all_departments, departments_overview = _get_all_departments()

return flask.render_template(
"/careers/company-culture/progression.html",
"/careers/progression.html",
all_departments=all_departments,
vacancies=[
vacancy.to_dict() for vacancy in greenhouse.get_vacancies()
Expand Down

0 comments on commit 405cf9d

Please sign in to comment.