Update version to 2.1 - Added manual 'send now' action for automatic reports

This commit is contained in:
NABU Jena 2025-07-09 20:10:59 +02:00
parent 56164b2f47
commit 1f28ec113b

View file

@ -1,7 +1,7 @@
{% if user.is_authenticated %}
<div class="container-lg">
<footer class="footer d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-muted">Version: 2.0 © 2025 fbf </p>
<p class="col-md-4 mb-0 text-muted">Version: 2.1 © 2025 fbf </p>
<ul class="nav col-md-5 justify-content-end">
<li class="nav-item">
<a class="nav-link px-2 text-muted" href="{% url 'bird_all' %}">Home</a>