This commit is contained in:
m
2026-03-14 12:59:41 +01:00
parent 0b598060b6
commit 0aba7307fe

2
app.py
View File

@@ -116,7 +116,7 @@ def post_detail(post_id):
return "Post not found", 404 return "Post not found", 404
#get comments #get comments
comments = get_comments_for_post(post_id) comments = get_comments_for_post(post_id)
if post["id"] == 10: #if post["id"] == 10:
post["template"] = "components/timeline_post.html" post["template"] = "components/timeline_post.html"