Refactor Pagination macro

This commit is contained in:
leigh-mil
2019-05-15 18:53:27 -04:00
parent b3ecd1658c
commit 3e07d95969
3 changed files with 17 additions and 16 deletions

View File

@@ -4,6 +4,6 @@
{% block content %}
<div v-cloak>
{% include "fragments/audit_events_log.html" %}
{{ Pagination(audit_events, 'atst.activity_history')}}
{{ Pagination(audit_events, url_for('atst.activity_history'))}}
</div>
{% endblock %}