diff --git a/files/routes/posts.py b/files/routes/posts.py index 5ee1b90c0..133f7f93c 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -198,7 +198,7 @@ def post_id(pid, anything=None, v=None): post.tree_comments() if request.headers.get("Authorization"): return post.json - else: return post.rendered_page(v=v, read, sort=sort) + else: return post.rendered_page(v=v, read=None, sort=sort) @app.post("/edit_post/") diff --git a/files/templates/default.html b/files/templates/default.html index 7f835e573..7806aa247 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -1064,7 +1064,7 @@ - + diff --git a/files/templates/header.html b/files/templates/header.html index 6356b287a..9fa004ad8 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -1,196 +1,202 @@ -