LIL-637 Админка. Урок Персонаж невозможно отредактировать

remotes/origin/hotfix/LIL-661
gzbender 7 years ago
parent 29b6184595
commit c5e9c905bf
  1. 2
      apps/school/templates/blocks/schedule_item.html

@ -1,5 +1,5 @@
{% load static %} {% load thumbnail %}
<div class="timing__item{% if school_schedule.weekday > 5 %} timing__item_bg{% endif %} js-timing-item js-timing-toggle {% if print %}open{% endif %} {% if purchased and not school_schedule.weekday in school_schedules_purchased %} disable{% endif %}">
<div class="timing__item{% if school_schedule.weekday > 5 %} timing__item_bg{% endif %} js-timing-item js-timing-toggle {% if print %}open{% endif %} {% if is_purchased and not school_schedule.weekday in school_schedules_purchased %} disable{% endif %}">
<div class="timing__cell timing__cell--info">
<div class="timing__info">
<div class="timing__day{% if school_schedule.is_online %} active{% endif %}">

Loading…
Cancel
Save