PersonAdmin: Remove Mr. and Ms. options for mr_mrs choices

This commit is contained in:
PCoder 2022-01-17 23:14:41 +05:30
parent 9cba842a18
commit 35094de8a8

View file

@ -576,9 +576,7 @@ class Person(models.Model):
MR_MRS_CHOICES = ( MR_MRS_CHOICES = (
('', ''), ('', ''),
('Ms', 'Ms'), ('Ms', 'Ms'),
('Ms.', 'Ms.'),
('Mr', 'Mr'), ('Mr', 'Mr'),
('Mr.', 'Mr.'),
) )
GMBA_FUNCTION_CHOICES = ( GMBA_FUNCTION_CHOICES = (
('', ''), ('', ''),