certificate fix

remotes/origin/feature/LIL-711
nikita 7 years ago
parent d7e9345e15
commit bc74152b0f
  1. 2
      apps/user/templates/user/bonus-history.html

@ -49,6 +49,8 @@
{% with payment=bonus.payment %}
{% if payment.course %}
<div class="transactions__cell transactions__product">Курс. {{ payment.course.title }}</div>
{% elif payment.giftcertificate %}
<div class="transactions__cell transactions__product">Подарочный сертификат</div>
{% else %}
<div class="transactions__cell transactions__product">
{% if request.user_agent.is_mobile %}

Loading…
Cancel
Save