From 57f648b720c6799d18d15e99826ed14fd7282296 Mon Sep 17 00:00:00 2001 From: Montana Date: Fri, 14 Dec 2018 14:04:19 -0500 Subject: [PATCH] Add pagination to v-cloaked section --- templates/audit_log/audit_log.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/audit_log/audit_log.html b/templates/audit_log/audit_log.html index e080f448..222eca87 100644 --- a/templates/audit_log/audit_log.html +++ b/templates/audit_log/audit_log.html @@ -19,7 +19,7 @@ {% endfor %} - + {{ Pagination(audit_events, 'atst.activity_history') }} - {{ Pagination(audit_events, 'atst.activity_history') }} + {% endblock %}