Bermerkungen in Volieren
This commit is contained in:
parent
c97608a166
commit
24249a13ea
2 changed files with 9 additions and 4 deletions
|
@ -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"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue