diff --git a/app.py b/app.py index a83e9fd4..04952c1c 100644 --- a/app.py +++ b/app.py @@ -136,6 +136,10 @@ def team_jin_allison_saad(): def team_brian_jia_honghao(): return render_template('teams/brian_jia_honghao.html') +@app.route("/team_1") +def team_1(): + return render_template('teams/team_1.html') + @app.route("/team18") def team18(): return render_template('teams/team18.html') diff --git a/templates/students_2024.html b/templates/students_2024.html index 9f7ff4a9..341120e3 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -272,7 +272,7 @@
What I'm looking forward to during the CodeDay labs internship is getting to contribute to an amazing project and meet some great people.
- Team page (leave blank until Module 5 when you will be assigned to your teams + Team 1