forked from MarseyWorld/MarseyWorld
fdfd
parent
b0cc46e04e
commit
f94ff8cb9e
|
@ -81,8 +81,6 @@ def post_id(pid, anything=None, v=None):
|
|||
|
||||
post = get_post(pid, v=v)
|
||||
|
||||
if v and v.id == 1: print(post.realbody(v))
|
||||
|
||||
if v:
|
||||
votes = g.db.query(CommentVote).filter_by(user_id=v.id).subquery()
|
||||
|
||||
|
|
|
@ -312,7 +312,7 @@
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if p.realbody(v) != None %}
|
||||
{% if len(p.realbody(v)) > 0 %}
|
||||
<div id="post-text" style="z-index: 50">
|
||||
{{p.realbody(v) | safe}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue