diff --git a/core/forms.py b/core/forms.py index e1507476..8ae6ecbb 100644 --- a/core/forms.py +++ b/core/forms.py @@ -166,7 +166,6 @@ class BMIForm(CoreModelForm, TaggableModelForm): class BottleFeedingForm(CoreModelForm, TaggableModelForm): fieldsets = [ {"fields": ["child", "type", "start", "amount"], "layout": "required"}, - {"fields": ["amount"]}, {"fields": ["notes", "tags"], "layout": "advanced"}, ]