Consistent display on followers/following pages

This commit is contained in:
Mouse Reeve
2021-04-30 08:23:02 -07:00
parent b4c155f134
commit d2355fef96
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
</div>
</div>
{% endfor %}
{% if not followers.count %}
{% if not followers %}
<div>{% blocktrans with username=user.display_name %}{{ username }} has no followers{% endblocktrans %}</div>
{% endif %}
</div>