CSV Export

Fixes #2 Wording
This commit is contained in:
gw3000 2023-08-08 21:33:36 +02:00
parent 8079164361
commit 279bf9b693

View file

@ -32,7 +32,7 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link {% if '/export' in request.path %} active {% endif %}" <a class="nav-link {% if '/export' in request.path %} active {% endif %}"
href="{% url 'site_exports' %}">Export</a> href="{% url 'site_exports' %}">Daten-Export</a>
</li> </li>
{% endif %} {% endif %}
</ul> </ul>