|
|
|
|
@ -31,7 +31,6 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="timing__buy"> |
|
|
|
|
<div class="timing__time">{{ school_schedule.start_at }} (МСК)</div> |
|
|
|
|
{% include 'blocks/pay_btn.html' %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="timing__cell"> |
|
|
|
|
@ -75,25 +74,9 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="timing__cell"> |
|
|
|
|
<button class="timing__toggle js-timing-toggle"> |
|
|
|
|
<svg class="icon icon-arrow-down"> |
|
|
|
|
<use xlink:href="{% static 'img/sprite.svg' %}#icon-arrow-down"></use> |
|
|
|
|
</svg> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% endwith %} {% endfor %} |
|
|
|
|
</div> |
|
|
|
|
<div class="timing__foot"> |
|
|
|
|
{% include 'blocks/pay_btn.html' %} |
|
|
|
|
<a target="_blank" class="timing__print" href="{% url 'school:school_schedules-print' %}">Распечатать расписание |
|
|
|
|
<span class="bold">чтобы не забыть</span> |
|
|
|
|
<svg class="icon icon-print"> |
|
|
|
|
<use xlink:href="{% static 'img/sprite.svg' %}#icon-print"></use> |
|
|
|
|
</svg> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|