add pagination on notification list

This commit is contained in:
Julien Fastré 2022-05-27 22:47:32 +02:00
parent 3ceda28994
commit c41ee1d9de

View File

@ -54,6 +54,8 @@
} %}
{% endfor %}
</div>
{{ chill_pagination(paginator) }}
{% endif %}
</div>
{% endblock content %}