Browse Source

Add page place holders

master
Luke Murphy 4 years ago
parent
commit
67e33d9843
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 5
      hbbs/templates/collection.html
  2. 5
      hbbs/templates/participate.html
  3. 5
      hbbs/templates/programmes.html

5
hbbs/templates/collection.html

@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block content %}
<p>TODO: collection page</p>
{% endblock %}

5
hbbs/templates/participate.html

@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block content %}
<p>TODO: participate page</p>
{% endblock %}

5
hbbs/templates/programmes.html

@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block content %}
<p>TODO: programmes page</p>
{% endblock %}
Loading…
Cancel
Save