mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-28 19:41:38 +02:00
Compare commits
3 Commits
main
...
235b071ee6
Author | SHA1 | Date | |
---|---|---|---|
235b071ee6 | |||
9a67bb5e8f | |||
fbd301dc58 |
@ -27,8 +27,9 @@ class Invoice(models.Model):
|
|||||||
|
|
||||||
bde = models.CharField(
|
bde = models.CharField(
|
||||||
max_length=32,
|
max_length=32,
|
||||||
default='RavePartlist',
|
default='Diolistos',
|
||||||
choices=(
|
choices=(
|
||||||
|
('Diolistos', 'Dio[list]os')
|
||||||
('RavePartlist', 'RavePart[list]'),
|
('RavePartlist', 'RavePart[list]'),
|
||||||
('SecretStorlist', 'SecretStor[list]'),
|
('SecretStorlist', 'SecretStor[list]'),
|
||||||
('TotalistSpies', 'Tota[list]Spies'),
|
('TotalistSpies', 'Tota[list]Spies'),
|
||||||
|
BIN
apps/treasury/static/img/Diolistos.png
Normal file
BIN
apps/treasury/static/img/Diolistos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 368 KiB |
BIN
apps/treasury/static/img/Diolistos_bg.jpg
Normal file
BIN
apps/treasury/static/img/Diolistos_bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user