Rename profile to billing

This commit is contained in:
2022-07-21 13:47:45 +01:00
parent b2707cbbe0
commit 477baeec32
6 changed files with 13 additions and 14 deletions

View File

@@ -30,7 +30,7 @@
<div class="collapse navbar-collapse" id="base-nav">
<ul class="nav navbar-nav navbar-right">
{% if user.is_authenticated %}
<li><a href="{% url 'profile' %}">Profile</a></li>
<li><a href="{% url 'billing' %}">Billing</a></li>
{% endif %}
{% if user.paid %}
<li><a href="{% url 'drilldown' %}">Drilldown</a></li>