FIX #35 and #36: add new event stati canceled and realized
Some checks failed
buildbot/tox Build done.

This commit is contained in:
2021-01-07 12:52:21 +01:00
parent 642971e469
commit 269d59f460
10 changed files with 164 additions and 8 deletions

View File

@@ -13,6 +13,12 @@ BOOTSTRAP_CONTEXT_CHOICES = (
('warning', 'warning'),
('danger', 'danger'),
('black', 'black'),
('dav-purple', 'dav-purple'),
('dav-lime', 'dav-lime'),
('dav-cyan', 'dav-cyan'),
('dav-caramel', 'dav-caramel'),
('dav-mandarin', 'dav-mandarin'),
('dav-brown', 'dav-brown'),
)