wip: programme

This commit is contained in:
mco-system
2023-04-09 18:40:48 +11:00
parent 75e44fa9fd
commit 25234e9c08
15 changed files with 221 additions and 145 deletions

View File

@@ -1,8 +1,8 @@
{% extends "base.html" %}
{% block content %}
<div id="schedule">
{% for slot in slots %}
{% include "slot.html" %}
{% endfor %}
</div>
<div id="schedule">
{% for slot in slots %}
{% include "slot.html" %}
{% endfor %}
</div>
{% endblock %}