diff --git a/progit/forms.py b/progit/forms.py index 1fa5bb9..349a2a6 100644 --- a/progit/forms.py +++ b/progit/forms.py @@ -143,3 +143,6 @@ class DescriptionForm(wtf.Form): 'description *', [wtforms.validators.Required()] ) + +class ConfirmationForm(wtf.Form): + pass