dropbna poprawka w stringu

This commit is contained in:
Mateusz Gruszczyński
2025-08-12 22:47:37 +02:00
parent a2950644c1
commit cf9ac666b9

View File

@@ -168,7 +168,6 @@
</select>
</div>
</form>
</div>
{% endif %}
@@ -256,10 +255,14 @@
-
{% endif %}
</td>
<td class="d-flex flex-wrap gap-1">
<a href="{{ url_for('edit_list', list_id=l.id) }}" class="btn btn-sm btn-outline-primary">✏️ Edytuj</a>
<a href="{{ url_for('delete_list', list_id=l.id) }}" class="btn btn-sm btn-outline-danger"
onclick="return confirm('Na pewno usunąć tę listę?')">🗑 Usuń</a>
<td>
<div class="d-flex flex-wrap gap-1">
<a href="{{ url_for('edit_list', list_id=l.id) }}"
class="btn btn-sm btn-outline-primary"> Edytuj</a>
<a href="{{ url_for('delete_list', list_id=l.id) }}"
class="btn btn-sm btn-outline-danger"
onclick="return confirm('Na pewno usunąć tę listę?')">🗑️ Usuń</a>
</div>
</td>
</tr>
{% endfor %}