From 4aac8ab04c995bb939c0096cf5d368bbb1638924 Mon Sep 17 00:00:00 2001 From: coder Date: Tue, 14 Apr 2026 18:46:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=90=8Dplans=E8=80=8C=E9=9D=9Edb=5Fplans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/pricing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pricing.html b/templates/pricing.html index 57bac2a..00c1525 100644 --- a/templates/pricing.html +++ b/templates/pricing.html @@ -66,7 +66,7 @@ - {% for plan in db_plans if plan.is_active %} + {% for plan in plans if plan.is_active %}