add firstname

This commit is contained in:
2020-10-24 16:50:27 +00:00
parent e3903e6917
commit 494d12a98c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class MemberForm(forms.ModelForm):
labels = {
'description': _("Beschreibung zu der Person"),
'image': _("Porträt ()"),
'image': _("Porträt"),
'birthday': _("Geburtstag"),
'phone': _("Telefonnummer"),
'address': _("Wohnadresse"),