1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-11-03 00:54:31 +01:00

'Add all identical food' on ManageIngredients

This commit is contained in:
Ehouarn
2025-10-31 23:49:14 +01:00
parent 78372807f8
commit 6cffe94bae
3 changed files with 20 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<th>{{ form.name.label }}</th>
<th>{{ form.qrcode.label }}</th>
<th>{{ form.fully_used.label }}</th>
<th>{{ form.add_all_same_name.label }}</th>
</tr>
</thead>
<tbody id="form_body">
@@ -34,6 +35,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<td>{{ form.name }}</td>
<td>{{ form.qrcode }}</td>
<td>{{ form.fully_used }}</td>
<td>{{ form.add_all_same_name }}</td>
</tr>
{% endfor %}
</tbody>