permissions #11

Merged
gru merged 25 commits from permissions into master 2025-09-14 19:12:56 +02:00
Showing only changes of commit 2a67217008 - Show all commits

View File

@@ -5,6 +5,9 @@
<div class="d-flex justify-content-between align-items-center flex-wrap mb-4">
<h2 class="mb-2">🔐 Zarządzanie dostępem do list</h2>
<div>
{% if not list_id %}
<a href="{{ url_for('all_lists') }}" class="btn btn-primary ms-2">Powrót do wszystkich list</a>
{% endif %}
<a href="{{ url_for('admin_panel') }}" class="btn btn-outline-secondary">← Powrót do panelu</a>
</div>
</div>