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