diff --git a/templates/blocks/profile/b_subscribe_current.html b/templates/blocks/profile/b_subscribe_current.html index ff95d7c..9928ca3 100644 --- a/templates/blocks/profile/b_subscribe_current.html +++ b/templates/blocks/profile/b_subscribe_current.html @@ -75,7 +75,7 @@ {% translate "Стоимость:" %} {% if item.price %} - {{ item.price|floatformat }}$ + {{ item.price|floatformat }}₸ {% else %} {% translate "Бесплатно" %} {% endif %}