page headers
This commit is contained in:
@ -4,11 +4,12 @@
|
||||
|
||||
{% include "aircox/program_sidebar.html" %}
|
||||
|
||||
{% block headings %}
|
||||
|
||||
{% block content-container %}
|
||||
{% with schedules=program.schedule_set.all %}
|
||||
{{ block.super }}
|
||||
{% if schedules %}
|
||||
<section class="container schedules">
|
||||
<section class="schedules">
|
||||
{% for schedule in schedules %}
|
||||
<div class="schedule">
|
||||
<div class="heading">
|
||||
@ -35,6 +36,9 @@
|
||||
</section>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content-container %}
|
||||
|
||||
{{ block.super }}
|
||||
|
||||
|
Reference in New Issue
Block a user