Bermerkungen in Volieren

This commit is contained in:
gw3000 2023-07-12 18:42:31 +02:00
parent c97608a166
commit 24249a13ea
2 changed files with 9 additions and 4 deletions

View file

@ -19,9 +19,11 @@ class AviaryEditForm(forms.ModelForm):
"description",
"condition",
"last_ward_round",
"comment",
]
labels = {
"description": _("Bezeichnung"),
"condition": _("Zustand"),
"last_ward_round": _("Letzte Inspektion"),
"commen": _("Bemerkungen"),
}