chrismas
This commit is contained in:
5
app.py
5
app.py
@@ -116,9 +116,12 @@ def post_detail(post_id):
|
||||
return "Post not found", 404
|
||||
#get comments
|
||||
comments = get_comments_for_post(post_id)
|
||||
if post["id"] == 8:
|
||||
post["template"] = "components/christmas_post.html"
|
||||
|
||||
if post["id"] == 10:
|
||||
|
||||
post["template"] = "components/timeline_post.html"
|
||||
post["template"] = "components/timeline.html"
|
||||
post["timeline"] = """
|
||||
<li class="tw-mb-10 tw-ml-10 tw-list-none tw-relative">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user