remotes/origin/hotfix/LIL-691
gzbender 7 years ago
parent 55e14d4283
commit a3198daf46
  1. 3
      apps/course/templates/course/course.html

@ -158,7 +158,7 @@
>УРОКИ >УРОКИ
</a> </a>
{% else %} {% else %}
<a href="#" <a
class="course__action btn btn_lg{% if only_lessons %} btn_stroke{% else %} btn_gray{% endif %}" class="course__action btn btn_lg{% if only_lessons %} btn_stroke{% else %} btn_gray{% endif %}"
{% if paid or not course.price %} {% if paid or not course.price %}
href="{% url 'course-only-lessons' course.id %}" href="{% url 'course-only-lessons' course.id %}"
@ -166,6 +166,7 @@
data-course-buy data-course-buy
data-popup=".js-popup-course-buy" data-popup=".js-popup-course-buy"
data-course-lock="1" data-course-lock="1"
href="#"
{% endif %} {% endif %}
>УРОКИ >УРОКИ
{% if not paid and course.price %} {% if not paid and course.price %}

Loading…
Cancel
Save