From e4f7ef6ab42265d0cd31f69eb42e2d773a8bac7a Mon Sep 17 00:00:00 2001 From: kitoy Date: Sun, 22 Mar 2026 20:48:33 +0100 Subject: [PATCH] it's emotion --- views/loginlogout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/loginlogout.py b/views/loginlogout.py index 2ece554..855f2a9 100644 --- a/views/loginlogout.py +++ b/views/loginlogout.py @@ -97,7 +97,7 @@ def login(): conn.close() if list_posts != None: for post in list_posts: - posts=[dict(title_id[0], title=post[1], subtitle=post[2], creation_date=post[3], last_updated=post[4], author=post[5])] + posts + posts=[dict(title_id=post[0], title=post[1], subtitle=post[2], creation_date=post[3], last_updated=post[4], author=post[5])] + posts resp = render_template('accueil.html', server_title=SERVER_TITLE,