Stripe checkout #104411

Merged
Anna Sirota merged 61 commits from stripe into main 2024-06-17 18:08:41 +02:00
Showing only changes of commit ba4019fcc3 - Show all commits

View File

@ -18,7 +18,8 @@
</p> </p>
</div> </div>
</div> </div>
{% else %}{# for everyone except demo #} {% endif %}
{% if not user|has_group:"demo" or user.customer.subscription_set.count %}
<div class="row"> <div class="row">
<div class="col"> <div class="col">
{% include "subscriptions/components/list.html" %} {% include "subscriptions/components/list.html" %}