combination
This commit is contained in:
2
app.py
2
app.py
@@ -117,8 +117,6 @@ def post_detail(post_id):
|
||||
return "Post not found", 404
|
||||
|
||||
comments = get_comments_for_post(post_id)
|
||||
if post_id == 2:
|
||||
return render_template('post_detail_test.html', post=post, comments=comments, blog_title = TITLE)
|
||||
return render_template('post_detail.html', post=post, comments=comments, blog_title = TITLE)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user