fix not using lifetime_or_active_subscription

This commit is contained in:
Son NK 2020-04-12 19:39:47 +02:00
parent 1bed525231
commit 51eb550751
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
{% if current_user.in_trial() %}
<small class="text-success d-block mt-1">Trial ends {{ current_user.trial_end|dt }}</small>
{% elif current_user.lifetime_or_active_subscription() %}
{% elif current_user.is_premium() %}
<small class="text-success d-block mt-1">Premium
{% if current_user.is_cancel() %}
until {{ current_user.next_bill_date() }}