From 57b390733dff2690e57341aecd89d3a8e6cf31f9 Mon Sep 17 00:00:00 2001 From: Son Date: Mon, 29 Nov 2021 16:27:25 +0100 Subject: [PATCH] do not show paid option for lifetime user --- templates/dashboard/setting.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/dashboard/setting.html b/templates/dashboard/setting.html index 6d1c1b8f..69131c1b 100644 --- a/templates/dashboard/setting.html +++ b/templates/dashboard/setting.html @@ -26,11 +26,6 @@ {% if current_user.lifetime %} You have lifetime access to the Premium plan. - {% if not current_user.paid_lifetime %} -
- To support SimpleLogin you can switch to a paid plan.
- Upgrade - {% endif %} {% elif current_user.get_subscription() %} You are on the {{ current_user.get_subscription().plan_name() }} plan.