fix: skill issue issue
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 21s
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 21s
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user