Remove unknown or unspecified country option

This commit is contained in:
PCoder 2019-12-12 17:42:18 +05:30
parent a09f95d619
commit fbfc1152b8
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ COUNTRIES = (
('ZM', _('Zambia')),
('ZR', _('Zaire')),
('ZW', _('Zimbabwe')),
('ZZ', _('Unknown or unspecified country')),
)