Files
atst/templates/ccpo/users.html

10 lines
112 B
HTML

{% extends "base.html" %}
{% block content %}
<div class='col'>
CCPO Stuff goes here
</div>
{% endblock %}