fix confirmation filter

This commit is contained in:
Élie Bouttier 2017-10-17 11:49:12 +02:00
parent 7915902118
commit 287401afb8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ CONFIRMATION_CHOICES = [
CONFIRMATION_VALUES = [ CONFIRMATION_VALUES = [
('waiting', None), ('waiting', None),
('confirmed', True), ('confirmed', True),
('desisted', False), ('cancelled', False),
] ]