diff --git a/volunteers/forms.py b/volunteers/forms.py index 6282508..c1a9427 100644 --- a/volunteers/forms.py +++ b/volunteers/forms.py @@ -161,7 +161,7 @@ class Meta: model = get_profile_model() exclude = ['user', 'editions', 'tasks', 'signed_up', 'language', 'privacy', 'private_staff_rating', 'private_staff_notes', 'categories'] - fields = ['first_name', 'last_name', 'penta_account_name', 'mobile_nbr', 'about_me', 'mugshot'] + fields = ['first_name', 'last_name', 'matrix_id', 'mobile_nbr', 'about_me', 'mugshot'] help_texts = { "mugshot": _("A personal image displayed in your profile. Max 2MB.") }