|
|
|
@ -43,7 +43,7 @@ |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{% if is_previous %} |
|
|
|
{% if is_previous %} |
|
|
|
{% for live_lesson in live_lessons %} |
|
|
|
{% for live_lesson in live_lessons %} |
|
|
|
{% if live_lesson.school_schedule %} |
|
|
|
{% if live_lesson.school_schedule and live_lesson.title %} |
|
|
|
{% include 'blocks/schedule_item.html' with school_schedule=live_lesson.school_schedule live_lesson=live_lesson purchased=True %} |
|
|
|
{% include 'blocks/schedule_item.html' with school_schedule=live_lesson.school_schedule live_lesson=live_lesson purchased=True %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
|