Replace old card UI with link to billing page in setup-namespace

This commit is contained in:
Russell Ballestrini 2025-12-19 21:27:42 -05:00
parent a6b527a6b2
commit 499ce162e4

View file

@ -115,14 +115,9 @@ There's no obligation to pay anything. : )
<br>
<div>
{% if request.stripe_active_card %}
{{ stripe.active_card(change_card=True) }}
{% else %}
{{ stripe.new_card() }}
{% endif %}
</div>
<a href="{{ request.link_prefix }}/billing" class="button green-button">Go to Billing</a>
<br>
<br>
Or PayPal <a href="https://www.paypal.me/russellbal/" target="_blank">@russellbal</a>