usuniecie zbednego kodu i poprawki

This commit is contained in:
Mateusz Gruszczyński
2025-08-15 15:50:49 +02:00
parent 40381774b4
commit 4602fb7749
2 changed files with 13 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
<th>ID</th>
<th>Nazwa</th>
<th>Dodany przez</th>
<th>Ilość użyć</th>
<th>Akcja</th>
</tr>
</thead>
@@ -35,6 +36,7 @@
-
{% endif %}
</td>
<td>{{ usage_counts.get(item.name.lower(), 0) }}</td>
<td>
{% set suggestion = suggestions_dict.get(item.name.lower()) %}
{% if suggestion %}