ADD: add a cleared event status to indicate the financal clearance.

This commit is contained in:
2019-08-29 10:29:14 +02:00
parent 51f276d719
commit cbc69d4589
6 changed files with 95 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ BOOTSTRAP_CONTEXT_CHOICES = (
('info', 'info'),
('warning', 'warning'),
('danger', 'danger'),
('black', 'black'),
)