Merge branch 'hotfix/LIL-560' into 'master'

Fix LIL-560

See merge request lilcity/backend!79
remotes/origin/hotfix/lil-572
cfwme 8 years ago
commit 5d1b94942a
  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> <span style="display: none;" data-purchased="{{ school_schedule.weekday }}"></span>
{% endif %} {% endif %}
</div> </div>
<div style="display: flex;"> <div style="display: flex; width: 100%;">
<div class="timing__cell timing__cell--preview"> <div class="timing__cell timing__cell--preview">
<div class="timing__preview"> <div class="timing__preview">
{% thumbnail live_lesson.cover.image "70x70" crop="center" as im %} {% thumbnail live_lesson.cover.image "70x70" crop="center" as im %}

@ -41,7 +41,7 @@
{% 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 %}
{% 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 %} {% endif %}
{% endfor %} {% endfor %}
{% else %} {% else %}

Loading…
Cancel
Save