INITIAL
This commit is contained in:
commit
7ba937ef66
66 changed files with 1823 additions and 0 deletions
6
ccdb/templates/pages/about.html
Normal file
6
ccdb/templates/pages/about.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% block navbar_class-about %}active{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>About</h1>
|
||||
{% endblock content %}
|
7
ccdb/templates/pages/home.html
Normal file
7
ccdb/templates/pages/home.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>CCDB</h1>
|
||||
|
||||
<p>This page will have overview data.</p>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue