|
|
|
@ -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 %} |
|
|
|
|