fix: skill issue issue
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 21s

This commit is contained in:
2025-12-01 12:59:32 +00:00
parent c889db8c76
commit 4bd0c26b9d

View File

@@ -12,7 +12,7 @@ def home():
@app.route("/projects") @app.route("/projects")
def projects(): def projects():
return render_template("projects.html", title="Projets", projects=projects) return render_template("projects.html", title="Projets", projects=projects_list)
@app.route("/contact") @app.route("/contact")
def contact(): def contact():