1
0
Fork 0

Paginate followers/following pages

This commit is contained in:
Mouse Reeve 2021-04-26 10:26:27 -07:00
parent 99efe6b290
commit 786cf4fb97
4 changed files with 9 additions and 3 deletions

View file

@ -29,4 +29,6 @@
<div>{% blocktrans with username=user.display_name %}{{ username }} has no followers{% endblocktrans %}</div>
{% endif %}
</div>
{% include 'snippets/pagination.html' with page=followers path=request.path %}
{% endblock %}

View file

@ -29,4 +29,6 @@
<div>{% blocktrans with username=user|username %}{{ username }} isn't following any users{% endblocktrans %}</div>
{% endif %}
</div>
{% include 'snippets/pagination.html' with page=following path=request.path %}
{% endblock %}