1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-11-02 08:34:32 +01:00

Fix dish form and add kitchen view

This commit is contained in:
Ehouarn
2025-10-31 17:47:11 +01:00
parent 6bf21b103f
commit 30a598c0b7
8 changed files with 120 additions and 23 deletions

View File

@@ -219,7 +219,7 @@ SupplementFormSet = forms.inlineformset_factory(
Dish,
Supplement,
form=SupplementForm,
extra=0,
extra=1,
)