mirror of
https://github.com/simple-login/app.git
synced 2025-09-23 06:54:38 +08:00
do not show subscription end on header
This commit is contained in:
parent
21bd4ed97e
commit
20dfcfb88c
1 changed files with 0 additions and 4 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue