Add in route for CCPO users page and permissions to view page

This commit is contained in:
leigh-mil
2019-08-05 15:06:17 -04:00
parent 7afc24deb1
commit 41820813ed
6 changed files with 42 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div class='col'>
CCPO Stuff goes here
</div>
{% endblock %}