mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-02 08:34:32 +01:00
'Add all identical food' on ManageIngredients
This commit is contained in:
@@ -181,6 +181,11 @@ class ManageIngredientsForm(forms.Form):
|
||||
)
|
||||
qrcode.label = _('QR code number')
|
||||
|
||||
add_all_same_name = forms.BooleanField(
|
||||
required=False,
|
||||
label=_("Add all identical food")
|
||||
)
|
||||
|
||||
|
||||
ManageIngredientsFormSet = forms.formset_factory(
|
||||
ManageIngredientsForm,
|
||||
|
||||
Reference in New Issue
Block a user