add pagination to timeline

This commit is contained in:
2017-08-19 23:08:41 +02:00
parent f6e91e6f77
commit 0031597e88
2 changed files with 22 additions and 3 deletions

View File

@@ -29,4 +29,7 @@ This view should receive those arguments:
{% block personcontent %}
{{ timeline|raw }}
{% if nb_items > paginator.getItemsPerPage %}
{{ chill_pagination(paginator) }}
{% endif %}
{% endblock personcontent %}