This commit is contained in:
bkfox
2024-02-01 18:15:24 +01:00
parent c335ed9fb9
commit e3966ca5cb
9 changed files with 18 additions and 9 deletions

View File

@ -5,7 +5,7 @@
{% block content-container %}
{% with schedules=program.schedule_set.all %}
{% if schedules %}
<section class="container schedules">
<header class="container schedules">
{% for schedule in schedules %}
<div class="schedule">
<div class="heading">
@ -29,7 +29,7 @@
</div>
</div>
{% endfor %}
</section>
</header>
{% endif %}
{% endwith %}