add pagination on workflow list page

This commit is contained in:
Julie Lenaerts 2022-06-01 11:04:23 +02:00
parent 1496ae34f8
commit 75490306a2

View File

@ -115,5 +115,6 @@
{% endfor %}
</div>
{% endif %}
{{ chill_pagination(paginator) }}
</div>
{% endblock %}