|
|
|
|
@ -15,7 +15,14 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="go__title">Вернуться</div> |
|
|
|
|
</a> |
|
|
|
|
<button class="go__btn btn btn_md" data-popup=".js-popup-buy">КУПИТЬ КУРС</button> |
|
|
|
|
<button |
|
|
|
|
class="go__btn btn btn_md" |
|
|
|
|
{% if user.is_authenticated %} |
|
|
|
|
data-popup=".js-popup-buy" |
|
|
|
|
{% else %} |
|
|
|
|
data-popup=".js-popup-auth" |
|
|
|
|
{% endif %} |
|
|
|
|
>КУПИТЬ КУРС</button> |
|
|
|
|
</div> |
|
|
|
|
<div |
|
|
|
|
class="course" |
|
|
|
|
@ -353,7 +360,14 @@ |
|
|
|
|
<div class="meta__title">{{ course.price|floatformat:"-2" }}₽</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<button class="course__buy btn btn_md" data-popup=".js-popup-buy">КУПИТЬ КУРС</button> |
|
|
|
|
<button |
|
|
|
|
class="course__buy btn btn_md" |
|
|
|
|
{% if user.is_authenticated %} |
|
|
|
|
data-popup=".js-popup-buy" |
|
|
|
|
{% else %} |
|
|
|
|
data-popup=".js-popup-auth" |
|
|
|
|
{% endif %} |
|
|
|
|
>КУПИТЬ КУРС</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|