Begin implementing billing

This commit is contained in:
2023-02-24 07:20:31 +00:00
parent 0937f7299a
commit ac4c248175
10 changed files with 268 additions and 261 deletions

View File

@@ -1,5 +1,4 @@
{% load static %}
{% load has_plan %}
{% load cache %}
<!DOCTYPE html>
@@ -287,9 +286,9 @@
</div>
</div>
{% endif %}
{% if settings.STRIPE_ENABLED %}
{% 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 %}