E-Mail Finder/Retter entfernen #14
This commit is contained in:
parent
2985382ae8
commit
2e2790ba34
11 changed files with 31 additions and 16 deletions
|
@ -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"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue