page headers, various fixes, responsive

This commit is contained in:
bkfox
2023-12-11 23:29:49 +01:00
parent a3c21c64ed
commit eaa1e2412a
16 changed files with 482 additions and 595 deletions

View File

@ -4,12 +4,10 @@
{% include "aircox/program_sidebar.html" %}
{% block headings %}
{% block content-container %}
{% with schedules=program.schedule_set.all %}
{{ block.super }}
{% if schedules %}
<section class="schedules">
<section class="container schedules">
{% for schedule in schedules %}
<div class="schedule">
<div class="heading">
@ -36,9 +34,6 @@
</section>
{% endif %}
{% endwith %}
{% endblock %}
{% block content-container %}
{{ block.super }}