it's emotion

This commit is contained in:
2026-03-22 20:48:33 +01:00
parent 0f2ff1b0ae
commit e4f7ef6ab4

View File

@@ -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,