Add pagination
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends "workspaces/base.html" %}
|
||||
{% from "components/pagination.html" import Pagination %}
|
||||
|
||||
{% block workspace_content %}
|
||||
|
||||
@@ -19,5 +20,6 @@
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
{{ Pagination(audit_events, 'workspaces.workspace_activity', workspace_id=workspace_id) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user