mirror of https://gitlab.crans.org/bde/nk20
Update models.py
This commit is contained in:
parent
5b377e6a75
commit
dafb602b08
|
@ -29,7 +29,7 @@ class Invoice(models.Model):
|
||||||
max_length=32,
|
max_length=32,
|
||||||
default='RavePartlist',
|
default='RavePartlist',
|
||||||
choices=(
|
choices=(
|
||||||
('RavePartlist', 'RavePart[list]')
|
('RavePartlist', 'RavePart[list]'),
|
||||||
('SecretStorlist', 'SecretStor[list]'),
|
('SecretStorlist', 'SecretStor[list]'),
|
||||||
('TotalistSpies', 'Tota[list]Spies'),
|
('TotalistSpies', 'Tota[list]Spies'),
|
||||||
('Saperlistpopette', 'Saper[list]popette'),
|
('Saperlistpopette', 'Saper[list]popette'),
|
||||||
|
|
Loading…
Reference in New Issue