Remove link to about page
This commit is contained in:
parent
1ec2159257
commit
20be8a8ed7
|
@ -131,9 +131,6 @@
|
||||||
<a class="navbar-item" href="{% url 'home' %}">
|
<a class="navbar-item" href="{% url 'home' %}">
|
||||||
Search
|
Search
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url 'about' %}">
|
|
||||||
About
|
|
||||||
</a>
|
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
<a class="navbar-item" href="{% url 'billing' %}">
|
<a class="navbar-item" href="{% url 'billing' %}">
|
||||||
Billing
|
Billing
|
||||||
|
|
Loading…
Reference in New Issue