Age of Bird

This commit is contained in:
gw3000 2023-07-22 21:58:58 +02:00
parent 6ca3eaefa8
commit fbaef27c3a
6 changed files with 32 additions and 23 deletions

View file

@ -22,6 +22,7 @@ class BirdAddForm(forms.ModelForm):
fields = [
"bird_identifier",
"bird",
"age",
"date_found",
"place",
"find_circumstances",
@ -30,6 +31,7 @@ class BirdAddForm(forms.ModelForm):
labels = {
"bird_identifier": _("Kennung"),
"bird": _("Vogel"),
"age": _("Alter"),
"date_found": _("Datum des Fundes"),
"place": _("Fundort"),
"find_circumstances": _("Fundumstände"),