Integrate Lago with Stripe

This commit is contained in:
2023-02-24 07:20:51 +00:00
parent cde1392e68
commit 9d37e2bfb8
13 changed files with 174 additions and 125 deletions

View File

@@ -288,7 +288,7 @@
{% endif %}
{% if settings.BILLING_ENABLED %}
{% if user.is_authenticated %}
<a class="navbar-item" href="{# url 'billing' #}">
<a class="navbar-item" href="{% url 'billing' %}">
Billing
</a>
{% endif %}