diff --git a/apps/course/templates/course/course.html b/apps/course/templates/course/course.html index fdfac3d8..11ef33d1 100644 --- a/apps/course/templates/course/course.html +++ b/apps/course/templates/course/course.html @@ -25,15 +25,17 @@
Вернуться
- {% if not paid or not pending %} + {% if not paid %} КУПИТЬ КУРС + >{% if pending %}ОЖИДАЕТСЯ ПОДТВЕРЖДЕНИЕ ОПЛАТЫ{% else %}КУПИТЬ КУРС{% endif %} {% endif %}
{{ course.price|floatformat:"-2" }}₽
- + >{% if pending %}ОЖИДАЕТСЯ ПОДТВЕРЖДЕНИЕ ОПЛАТЫ{% else %}КУПИТЬ КУРС{% endif %} + {% endif %}