drone zmiany

This commit is contained in:
Mateusz Gruszczyński
2025-03-17 09:35:14 +01:00
parent 71f67fa8fa
commit 14bf893cb0
7 changed files with 90 additions and 18 deletions

View File

@ -63,7 +63,7 @@
{% if current_user.is_authenticated and current_user.is_admin %}
<a href="{{ url_for('admin_dodaj_wplate', zbiorka_id=zbiorka.id) }}" class="btn btn-primary">Dodaj wpłatę</a>
{% endif %}
<a href="{{ url_for('index') }}" class="btn btn-secondary">Powrót do listy</a>
<a href="{{ url_for('index') }}" class="btn btn-primary">Powrót do listy</a>
</div>
</div>
</div>