CSV Export

Fixes #2
This commit is contained in:
gw3000 2023-08-08 16:23:33 +02:00
parent 10ca0cd7f1
commit 6be7f3c3cd
10 changed files with 128 additions and 0 deletions

View file

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