PersonAdmin: Remove Mr. and Ms. options for mr_mrs choices
This commit is contained in:
parent
9cba842a18
commit
35094de8a8
1 changed files with 0 additions and 2 deletions
|
@ -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 = (
|
||||||
('', ''),
|
('', ''),
|
||||||
|
|
Loading…
Reference in a new issue