Template fixes
This commit is contained in:
parent
2d28ca3614
commit
d3b7f6ccbb
4 changed files with 16 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue