E-Mail Finder/Retter entfernen #14

This commit is contained in:
gw3000 2023-07-08 22:40:38 +02:00
parent 2985382ae8
commit 2e2790ba34
11 changed files with 31 additions and 16 deletions

View file

@ -18,7 +18,6 @@ class RescuerForm(forms.ModelForm):
"street_number",
"zip_code",
"city",
"email",
"phone",
]
labels = {
@ -28,6 +27,5 @@ class RescuerForm(forms.ModelForm):
"street_number": _("Hausnummer"),
"zip_code": _("Postleitzahl"),
"city": _("Stadt"),
"email": _("Email"),
"phone": _("Telefon"),
}