From 20dfcfb88c99488fd1982e0decdb9d8658f0bacf Mon Sep 17 00:00:00 2001 From: Son Date: Mon, 29 Nov 2021 16:27:02 +0100 Subject: [PATCH] do not show subscription end on header --- templates/header.html | 4 ---- 1 file changed, 4 deletions(-) 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 %}