do not show subscription end on header

This commit is contained in:
Son 2021-11-29 16:27:02 +01:00
parent 21bd4ed97e
commit 20dfcfb88c

View file

@ -89,10 +89,6 @@
{% elif current_user.is_premium() %}
<small class="text-success d-block mt-1">Premium
{% set sub = current_user.get_subscription() %}
{% if sub and sub.cancelled and not current_user.lifetime %}
until {{ sub.next_bill_date.strftime("%Y-%m-%d") }}
{% endif %}
</small>
{% endif %}