Tweaks status page

This commit is contained in:
Mouse Reeve
2020-09-29 15:05:50 -07:00
parent 767190e012
commit b762d2c226
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,6 @@
{% load fr_display %}
<div class="block">
{% with depth=depth|add:1 %}
{% if depth <= max_depth and status.reply_parent and direction <= 0 %}
{% with direction=-1 %}
@ -16,3 +18,5 @@
{% endfor %}
{% endif %}
{% endwith %}
</div>