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 %}