change blank to alternate, make default
This commit is contained in:
parent
bd54ef155b
commit
b83866f10e
|
@ -130,10 +130,11 @@ LANGUAGE_CHOICES = (
|
|||
)
|
||||
|
||||
NAME_TYPE_CHOICES = (
|
||||
('alternate', 'alternate'),
|
||||
('official', 'official'),
|
||||
('historic', 'historic'),
|
||||
('colloquial', 'colloquial'),
|
||||
('-blank-', '-blank-'),
|
||||
|
||||
)
|
||||
|
||||
class Name(models.Model):
|
||||
|
|
Loading…
Reference in New Issue
Block a user