little corrections

This commit is contained in:
gw3000 2023-06-19 21:59:45 +02:00
parent 166de02bdc
commit 129c1cfb49
3 changed files with 4 additions and 4 deletions

View file

@ -18,11 +18,11 @@ class BirdForm(forms.ModelForm):
"bird",
"date_found",
"place",
"rescuer",
# "rescuer",
]
labels = {
"bird": _("Vogel"),
"date_found": _("Datum des Fundes"),
"place": _("Fundort"),
"rescuer": _("Finder"),
# "rescuer": _("Finder"),
}