Убрать лишнюю кнопку «Перейти к оплате»

remotes/origin/feature/effective_amount
nikita 8 years ago
parent 7000f2456c
commit 399a7ba53e
  1. 12
      project/templates/blocks/about.html

@ -44,19 +44,19 @@
</div>
</div>
<div class="letsgo">
<a
{% if not is_purchased_future %}
{% if not is_purchased and not is_purchased_future %}
<a
{% if not user.is_authenticated %}
data-popup=".js-popup-auth"
{% else %}
data-popup=".js-popup-buy"
{% endif %}
{% endif %}
class="main__btn btn"
href="#"
>
{% if not is_purchased and not is_purchased_future %}купить доступ от {{ min_school_price }} руб./месяц{% endif %}
</a>
>
купить доступ от {{ min_school_price }} руб./месяц
</a>
{% endif %}
</div>
</div>
</div>

Loading…
Cancel
Save