diff --git a/templates/customer/profile/orders_list.html b/templates/customer/profile/orders_list.html index 9fa11b4..1b3435c 100644 --- a/templates/customer/profile/orders_list.html +++ b/templates/customer/profile/orders_list.html @@ -27,7 +27,9 @@ бесплатно{% else %}бонусная {% endif %} {% endif %}
-{% if object.term > 0 %}{{ object.get_action_link|safe }}{% else %}Пробный период{% endif %}
+{% if object.term > 0 %} + {% if object.payform != -2 %}{{ object.get_action_link|safe }}{% endif %} + {% else %}Пробный период{% endif %}
{% endif %}