poprawki
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user