Skip to content

Commit

Permalink
Merge pull request #458 from Techtonica/hide-ta-role
Browse files Browse the repository at this point in the history
Make TA opening unreachable on website
  • Loading branch information
daaimah123 authored Jan 7, 2025
2 parents ae6394e + 3937082 commit 592559d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ def render_openings_page():
# """
# return render_template("tapm.html")

@app.route("/openings/ta/")
def render_ta_page():
"""
Renders the TA page from jinja2 template
"""
return render_template("ta.html")
# @app.route("/openings/ta/")
# def render_ta_page():
# """
# Renders the TA page from jinja2 template
# """
# return render_template("ta.html")


# @app.route("/openings/partnershipsmanager/")
Expand Down

0 comments on commit 592559d

Please sign in to comment.