diff --git a/templates/header.html b/templates/header.html index a6e1a81b..e1bd724a 100644 --- a/templates/header.html +++ b/templates/header.html @@ -89,10 +89,6 @@ {% elif current_user.is_premium() %} 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 %} {% endif %}