forked from MarseyWorld/MarseyWorld
fix comment bug
parent
4b9c702877
commit
26c725b2cd
|
@ -735,26 +735,12 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endmacro %}
|
||||
|
||||
{% for comment in comments if comment.can_see(v) %}
|
||||
|
||||
{% for comment in comments(g.db) if comment.can_see(v) %}
|
||||
{{single_comment(comment)}}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% if not request.headers.get("xhr") %}
|
||||
|
|
Loading…
Reference in New Issue