Move ccpo routes into their own file

This commit is contained in:
leigh-mil
2019-08-08 10:52:34 -04:00
parent 5b008e044a
commit 1f8337485f
8 changed files with 81 additions and 65 deletions

View File

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