only show rescuer in patients form

This commit is contained in:
gw3000 2023-07-07 12:29:31 +02:00
parent 0691465c8d
commit ec93fae644
2 changed files with 24 additions and 8 deletions

View file

@ -36,7 +36,7 @@ class BirdEditForm(forms.ModelForm):
"status",
"aviary",
"cost_sum",
"rescuer",
# "rescuer",
]
labels = {
"bird": _("Vogel"),
@ -45,5 +45,5 @@ class BirdEditForm(forms.ModelForm):
"status": _("Status"),
"aviary": _("Voliere"),
"cost_sum": _("Kosten der Behandlung [Euro]"),
"rescuer": _("Retter"),
# "rescuer": _("Retter"),
}