Update pay btn classes

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 19db4e92e1
commit 2020d605e6
  1. 1
      apps/school/templates/blocks/day_pay_btn.html
  2. 2
      apps/school/templates/blocks/pay_btn.html

@ -2,5 +2,6 @@
{% if not user.is_authenticated %} {% if not user.is_authenticated %}
data-popup=".js-popup-auth" data-popup=".js-popup-auth"
{% endif %} {% endif %}
class="timing__btn btn"
href="{% url 'school-checkout' %}?weekdays={{ school_schedule.weekday }}&add_days=true" href="{% url 'school-checkout' %}?weekdays={{ school_schedule.weekday }}&add_days=true"
>купить</a> >купить</a>

@ -4,9 +4,9 @@
{% else %} {% else %}
data-popup=".js-popup-buy" data-popup=".js-popup-buy"
{% endif %} {% endif %}
class="timing__btn btn"
{% if school_schedule %} {% if school_schedule %}
data-day="{{ school_schedule.weekday }}" data-day="{{ school_schedule.weekday }}"
{% endif %} {% endif %}
class="timing__btn btn"
href="#" href="#"
>купить</a> >купить</a>

Loading…
Cancel
Save