diff --git a/frontend/templates/pricing.html b/frontend/templates/pricing.html index b6cae447..e452acff 100644 --- a/frontend/templates/pricing.html +++ b/frontend/templates/pricing.html @@ -114,7 +114,7 @@
{% if tier.id == 'free' %} - {{ tier.cta }} {% elif tier.stripe_price_id_monthly or tier.stripe_price_id_yearly %} @@ -125,11 +125,11 @@ style="min-height:44px;" >{{ tier.cta }} {% elif tier.highlight %} - {{ tier.cta }} {% else %} - {{ tier.cta }} {% endif %} @@ -375,9 +375,9 @@

Ready to get started?

Start with the free tier — no credit card required.

- - Create your free account + {% if allow_signup %}Create your free account{% else %}Sign in{% endif %}