Skip to content

Commit

Permalink
Add matrix_id to form
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Jan 28, 2024
1 parent 19c4bd1 commit d4ac0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volunteers/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
Expand Down

0 comments on commit d4ac0b6

Please sign in to comment.