diff --git a/program/templates/event_list.html b/program/templates/event_list.html index 1a15ae53..aedf3e09 100644 --- a/program/templates/event_list.html +++ b/program/templates/event_list.html @@ -19,4 +19,4 @@ {% endif %} {% endfor %} -{% endblock content %} +{% endblock schedule_content %} diff --git a/program/templates/program_day.html b/program/templates/program_day.html index 851b9e90..ddecdd30 100644 --- a/program/templates/program_day.html +++ b/program/templates/program_day.html @@ -19,4 +19,4 @@ {% endfor %} -{% endblock %} +{% endblock program_content %} diff --git a/program/templates/program_event_detail.html b/program/templates/program_event_detail.html index 21974ee4..1c498854 100644 --- a/program/templates/program_event_detail.html +++ b/program/templates/program_event_detail.html @@ -29,4 +29,4 @@ {% endif %} -{% endblock %} +{% endblock schedule_content %} diff --git a/program/templates/program_overview.html b/program/templates/program_overview.html index ba61d8e5..e342656a 100644 --- a/program/templates/program_overview.html +++ b/program/templates/program_overview.html @@ -28,4 +28,4 @@
{% endfor %} -{% endblock %} +{% endblock program_content %} diff --git a/program/templates/speaker_detail.html b/program/templates/speaker_detail.html index c1741ffc..a6ef51d1 100644 --- a/program/templates/speaker_detail.html +++ b/program/templates/speaker_detail.html @@ -18,4 +18,4 @@ {% endif %} -{% endblock %} +{% endblock schedule_content %} diff --git a/program/templates/speaker_list.html b/program/templates/speaker_list.html index 12b04f4e..2735bb39 100644 --- a/program/templates/speaker_list.html +++ b/program/templates/speaker_list.html @@ -13,4 +13,4 @@ ({{ speaker.events.all.count }} event{{ speaker.events.all.count|pluralize }}) {% endfor %} -{% endblock content %} +{% endblock schedule_content %}