duzo zmian, funkcji
This commit is contained in:
@ -32,7 +32,12 @@
|
||||
<button id="copyBtn" class="btn btn-success btn-sm"
|
||||
onclick="copyLink('{{ request.url_root }}share/{{ list.share_token }}')"
|
||||
{% if not list.is_public %}disabled{% endif %}>
|
||||
📋 Skopiuj link
|
||||
📋 Skopiuj / Udostępnij
|
||||
</button>
|
||||
<button id="openBtn" class="btn btn-primary btn-sm"
|
||||
onclick="openList('{{ request.url_root }}share/{{ list.share_token }}')"
|
||||
{% if not list.is_public %}disabled{% endif %}>
|
||||
✅ Otwórz do odznaczania
|
||||
</button>
|
||||
<button id="toggleVisibilityBtn" class="btn btn-outline-secondary btn-sm" onclick="toggleVisibility({{ list.id }})">
|
||||
{% if list.is_public %}
|
||||
|
Reference in New Issue
Block a user