Temp hotfix

remotes/origin/hotfix/LIL-661
nikita 7 years ago
parent 380129e117
commit dd39e63e79
  1. 4
      project/templates/blocks/promo.html

@ -22,7 +22,7 @@
data-day="{{ school_schedule.weekday }}"
href='#'
{% else %}
href="{{ school_schedule.current_live_lesson.get_absolute_url }}"
href="{% url 'school:school' %}"
{% endif %}
class="main__btn btn"
>{% if not school_schedule.weekday in school_schedules_purchased %}Получить доступ{% else %}Смотреть урок{% endif %}</a>
@ -41,7 +41,7 @@
data-day="{{ school_schedule.weekday }}"
href='#'
{% else %}
href="{{ school_schedule.current_live_lesson.get_absolute_url }}"
href="{% url 'school:school' %}"
{% endif %}
class="main__btn btn"
>{% if not school_schedule.weekday in school_schedules_purchased %}Получить доступ{% else %}Смотреть урок{% endif %}</a>

Loading…
Cancel
Save