Skip to content

Commit

Permalink
personal: Remove academic_suffix from admin panel
Browse files Browse the repository at this point in the history
Remove academic_suffix because we've normalized everything into "title".
  • Loading branch information
donald committed Feb 12, 2025
1 parent 037de1f commit bf9f773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mpicms/personal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class Contact(index.Indexed, models.Model):
FieldPanel('title', classname=''),
FieldPanel('first_name'),
FieldPanel('last_name'),
FieldPanel('academic_suffix'),
FieldPanel('is_active'),
FieldPanel('email'),
FieldPanel('phone'),
Expand Down

0 comments on commit bf9f773

Please sign in to comment.