Tweak the admin, finish the pagination

Fixes #14
This commit is contained in:
Thomas Sileo
2018-07-07 13:56:00 +02:00
parent f7e6d37dce
commit f6c26abccb
7 changed files with 115 additions and 44 deletions

View File

@@ -13,7 +13,9 @@
{{ utils.display_actor_inline(followed, size=80) }}
</div>
{% endfor %}
{{ utils.display_pagination(older_than, newer_than) }}
</div>
</div>
{% endblock %}
{% block links %}{{ utils.display_pagination_links(older_than, newer_than) }}{% endblock %}