Fix template
This commit is contained in:
parent
a43a946f5d
commit
4969b9feb9
1 changed files with 0 additions and 14 deletions
|
@ -13,20 +13,6 @@
|
||||||
{{ utils.display_actor_inline(follower, size=80) }}
|
{{ utils.display_actor_inline(follower, size=80) }}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% for follower in followers_data %}
|
|
||||||
<div style="height: 100px;">
|
|
||||||
{{ utils.display_actor_inline(follower, size=80) }}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% for follower in followers_data %}
|
|
||||||
<div style="height: 100px;">
|
|
||||||
{{ utils.display_actor_inline(follower, size=80) }}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue