Move pagination macro out of audit log fragment

This commit is contained in:
leigh-mil
2019-01-09 10:53:07 -05:00
parent 8e8adb8c6a
commit 16febc2a77
3 changed files with 22 additions and 20 deletions

View File

@@ -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 %}