This commit is contained in:
Matthew Dillon 2016-01-19 15:10:09 -07:00
commit 7ba937ef66
66 changed files with 1823 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1>CCDB</h1>
<p>This page will have overview data.</p>
{% endblock content %}