diff --git a/progit/hooks/progit_ticket_hook.py b/progit/hooks/progit_ticket_hook.py index 6461183..ffcebc8 100644 --- a/progit/hooks/progit_ticket_hook.py +++ b/progit/hooks/progit_ticket_hook.py @@ -48,7 +48,7 @@ class ProgitTicketsTable(BASE): class ProgitTicketsForm(wtf.Form): ''' Form to configure the progit hook. ''' active = wtforms.BooleanField( - 'Acive', + 'Active', [wtforms.validators.Optional()] )