Revert add day logic fix

remotes/origin/hotfix/LIL-661
nikita 8 years ago
parent e174a92df0
commit d77d16a87d
  1. 2
      apps/school/templates/blocks/day_pay_btn.html

@ -1,4 +1,6 @@
<a <a
data-popup=".js-popup-buy"
class="timing__btn btn" class="timing__btn btn"
data-day="{{ school_schedule.weekday }}"
href="{% url 'school-checkout' %}?weekdays={{ school_schedule.weekday }}&add_days=true" href="{% url 'school-checkout' %}?weekdays={{ school_schedule.weekday }}&add_days=true"
>купить</a> >купить</a>

Loading…
Cancel
Save