added costs

This commit is contained in:
gw3000 2023-07-13 23:00:39 +02:00
parent 83beefd23d
commit 8288902cc0
18 changed files with 378 additions and 10 deletions

View file

@ -26,6 +26,10 @@
<a class="nav-link {% if '/aviary/all' in request.path %} active {% endif %}"
href="{% url 'aviary_all' %}">alle Volieren</a>
</li>
<li class="nav-item">
<a class="nav-link {% if '/costs/all' in request.path %} active {% endif %}"
href="{% url 'costs_all' %}">Kosten</a>
</li>
{% endif %}
</ul>