Move pagination macro out of audit log fragment
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
{% from "components/pagination.html" import Pagination %}
|
||||
|
||||
{% block content %}
|
||||
{% include "fragments/audit_events_log.html" %}
|
||||
<div v-cloak>
|
||||
{% include "fragments/audit_events_log.html" %}
|
||||
{{ Pagination(audit_events, 'atst.activity_history')}}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user