diff --git a/cfp/forms.py b/cfp/forms.py index 279cb22..08f1faa 100644 --- a/cfp/forms.py +++ b/cfp/forms.py @@ -31,7 +31,7 @@ CONFIRMATION_CHOICES = [ CONFIRMATION_VALUES = [ ('waiting', None), ('confirmed', True), - ('desisted', False), + ('cancelled', False), ]