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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user