Add in route for CCPO users page and permissions to view page
This commit is contained in:
9
templates/ccpo/users.html
Normal file
9
templates/ccpo/users.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class='col'>
|
||||
|
||||
CCPO Stuff goes here
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user