Add page place holders
This commit is contained in:
parent
abb40ef196
commit
67e33d9843
5
hbbs/templates/collection.html
Normal file
5
hbbs/templates/collection.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<p>TODO: collection page</p>
|
||||
{% endblock %}
|
5
hbbs/templates/participate.html
Normal file
5
hbbs/templates/participate.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<p>TODO: participate page</p>
|
||||
{% endblock %}
|
5
hbbs/templates/programmes.html
Normal file
5
hbbs/templates/programmes.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<p>TODO: programmes page</p>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user