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

@@ -31,7 +31,7 @@
</div>
{% if user_can(permissions.CREATE_CCPO_USER) %}
<a class="icon-link modal-link" href="{{ url_for('atst.add_new_ccpo_user')}}">
<a class="icon-link modal-link" href="{{ url_for('ccpo.add_new_ccpo_user')}}">
Add new CCPO user {{ Icon("plus") }}
</a>
{% endif %}