|
|
|
@ -36,12 +36,12 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="timing__cell"> |
|
|
|
<div class="timing__cell"> |
|
|
|
<div class="timing__title">{{ school_schedule.title }}{% if live_lesson %}, |
|
|
|
<div class="timing__title">{{ school_schedule.title }}{% if live_lesson and live_lesson.title %}, |
|
|
|
<span class="bold">{{ live_lesson.title }}</span> |
|
|
|
<span class="bold">{{ live_lesson.title }}</span> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="timing__content"> |
|
|
|
<div class="timing__content"> |
|
|
|
{% if live_lesson %} |
|
|
|
{% if live_lesson and live_lesson.short_description %} |
|
|
|
{{ live_lesson.short_description }} |
|
|
|
{{ live_lesson.short_description }} |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{{ school_schedule.description }} |
|
|
|
{{ school_schedule.description }} |
|
|
|
|