diff --git a/app.py b/app.py index ceb076e7..8b29ece6 100644 --- a/app.py +++ b/app.py @@ -4,6 +4,10 @@ app = Flask(__name__) +@app.route("/justin-qilan-k") +def justin_qilan_k(): + return render_template("teams/justin-qilan-k.html") + @app.route("/") def home(): return render_template('index.html') diff --git a/templates/students_2025.html b/templates/students_2025.html index 40fedf51..9247eea9 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -221,7 +221,7 @@
What I'm most looking forward to about the CodeDay Labs internship is gaining experience on open-source contributions as part of a team.
- Team page (leave blank until Module 5 when you will be assigned to your teams + Team page