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

Loading…
Cancel
Save