mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-02 08:34:32 +01:00
Autocomplete food on ManageIngredients now show owners
This commit is contained in:
@@ -167,7 +167,7 @@ class ManageIngredientsForm(forms.Form):
|
||||
model=Food,
|
||||
resetable=True,
|
||||
attrs={"api_url": "/api/food/food",
|
||||
"class": "autocomplete"},
|
||||
"class": "autocomplete manageingredients-autocomplete"},
|
||||
)
|
||||
name.label = _('Name')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user