Skip to content

Commit

Permalink
Merge branch 'master' into 460_manage_tags_form
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterPhilip committed Apr 20, 2024
2 parents bff359b + 712779b commit ba452c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ class Meta:
class BottleFeedingForm(CoreModelForm, TaggableModelForm):
fieldsets = [
{"fields": ["child", "type", "start", "amount"], "layout": "required"},
{"fields": ["amount"]},
{"fields": ["notes", "tags"], "layout": "advanced"},
]

Expand Down

0 comments on commit ba452c2

Please sign in to comment.