Fix LIL-560

remotes/origin/hotfix/lil-572
gzbender 8 years ago
parent f0db9c214c
commit 1c20b3c328
  1. 2
      apps/school/templates/blocks/schedule_item.html
  2. 2
      apps/school/templates/summer/schedule_purchased.html

@ -28,7 +28,7 @@
<span style="display: none;" data-purchased="{{ school_schedule.weekday }}"></span>
{% endif %}
</div>
<div style="display: flex;">
<div style="display: flex; width: 100%;">
<div class="timing__cell timing__cell--preview">
<div class="timing__preview">
{% thumbnail live_lesson.cover.image "70x70" crop="center" as im %}

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

Loading…
Cancel
Save