Jun 28 - Fix Free plans subscript button

This commit is contained in:
2026-06-28 18:36:29 -04:00
parent 9295f9fa9d
commit e6b5be8c4d
+1 -1
View File
@@ -65,7 +65,7 @@
</span>
{% endif %}
{# Action button #}
{% if subscription_status in ('active', 'past_due') or has_stripe_customer %}
{% if subscription_status in ('active', 'past_due') %}
<a href="{{ url_for('billing.portal') }}" class="btn btn-sm btn-outline-primary">
<i class="bi bi-credit-card me-1"></i> Manage Billing
</a>