Template fixes

This commit is contained in:
Thomas Sileo
2022-08-18 20:53:51 +02:00
parent 2d28ca3614
commit d3b7f6ccbb
4 changed files with 16 additions and 3 deletions

View File

@@ -16,7 +16,9 @@
{% set x_more = following_count - following | length %}
{% if x_more > 0 %}
<div class="box">
<p>And {{ x_more }} more.</p>
</div>
{% endif %}
{% if is_admin %}