display bonus lic

prod
Dmitriy Shesterkin 9 years ago
parent c494071e3f
commit 3e5e3734bb
  1. 4
      templates/customer/profile/orders_list.html

@ -27,7 +27,9 @@
бесплатно{% else %}бонусная бесплатно{% else %}бонусная
{% endif %} {% endif %}
{% endif %}</p> {% endif %}</p>
<p>{% if object.term > 0 %}{{ object.get_action_link|safe }}{% else %}Пробный период{% endif %}</p> <p>{% if object.term > 0 %}
{% if object.payform != -2 %}{{ object.get_action_link|safe }}{% endif %}
{% else %}Пробный период{% endif %}</p>
</div> </div>
{% endif %} {% endif %}
</td> </td>

Loading…
Cancel
Save