costs now in json format

This commit is contained in:
gw3000 2023-07-09 19:51:54 +02:00
parent 826a9ff517
commit 6e642a9785
5 changed files with 24 additions and 9 deletions

View file

@ -43,7 +43,7 @@ class BirdEditForm(forms.ModelForm):
"place",
"status",
"aviary",
"cost_sum",
# "cost_sum",
# "rescuer",
]
labels = {
@ -52,6 +52,6 @@ class BirdEditForm(forms.ModelForm):
"place": _("Fundort"),
"status": _("Status"),
"aviary": _("Voliere"),
"cost_sum": _("Kosten der Behandlung [Euro]"),
# "cost_sum": _("Kosten der Behandlung [Euro]"),
# "rescuer": _("Retter"),
}