poprawki
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="d-flex justify-content-between align-items-center flex-wrap mb-4">
|
||||
<h2 class="mb-2">🔐{% if list_id %} Zarządzanie dostępem #{{ list_id }}{% else %} Zarządzanie dostępem do list {% endif %}</h2>
|
||||
<h2 class="mb-2">🔐{% if list_id %} Zarządzanie dostępem listy #{{ list_id }}{% else %} Zarządzanie dostępem do list {% endif %}</h2>
|
||||
<div>
|
||||
{% if list_id %}
|
||||
<a href="{{ url_for('create_list') }}" class="btn btn-outline-light me-2">Powrót do wszystkich list</a>
|
||||
<a href="{{ url_for('admin_lists_access') }}" class="btn btn-outline-light me-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>
|
||||
|
Reference in New Issue
Block a user