diff --git a/apps/payment/templates/payment/gift_certificate_item.html b/apps/payment/templates/payment/gift_certificate_item.html index 5f4a318e..c8860157 100644 --- a/apps/payment/templates/payment/gift_certificate_item.html +++ b/apps/payment/templates/payment/gift_certificate_item.html @@ -8,9 +8,8 @@
- {% if user_gift_certificate and not user_gift_certificate.bonuses_sent %} - подарочный сертификат - {% else %}подарочный сертификат{% endif %} + Подарочный сертификат +
{{ gift_certificate.price|floatformat:"-2" }}₽
{% if user_gift_certificate %} @@ -22,7 +21,7 @@ {% else %}
- Ожидает получения + Ожидает получения | Код {{ user_gift_certificate.code }}
{% endif %} {% else %}