mirror of https://github.com/snachodog/mybuddy.git
parent
980412d96f
commit
712779b035
|
@ -166,7 +166,6 @@ class BMIForm(CoreModelForm, TaggableModelForm):
|
||||||
class BottleFeedingForm(CoreModelForm, TaggableModelForm):
|
class BottleFeedingForm(CoreModelForm, TaggableModelForm):
|
||||||
fieldsets = [
|
fieldsets = [
|
||||||
{"fields": ["child", "type", "start", "amount"], "layout": "required"},
|
{"fields": ["child", "type", "start", "amount"], "layout": "required"},
|
||||||
{"fields": ["amount"]},
|
|
||||||
{"fields": ["notes", "tags"], "layout": "advanced"},
|
{"fields": ["notes", "tags"], "layout": "advanced"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue