Update pagination links on portfolio activity log

This commit is contained in:
Patrick Smith
2019-02-12 17:53:42 -05:00
parent d6ee477527
commit 8da39f7125
3 changed files with 4 additions and 4 deletions

View File

@@ -28,6 +28,6 @@
{% include "fragments/audit_events_log.html" %}
{{ Pagination(audit_events, 'portfolios.portfolio_activity', portfolio_id=portfolio_id) }}
{{ Pagination(audit_events, 'portfolios.portfolio_admin', portfolio_id=portfolio.id) }}
</div>
{% endblock %}