From f2928e399ed554fb4f3f2c501008e1b8b3c8a967 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 4 Dec 2013 23:55:07 +0100 Subject: Administrativ acts: generate document from the last step of creation/modification (refs #1523) --- archaeological_operations/forms.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archaeological_operations/forms.py') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 50a5e7f5f..955b2f825 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -613,3 +613,7 @@ class FinalAdministrativeActDeleteForm(FinalForm): confirm_msg = " " confirm_end_msg = _(u"Would you like to delete this administrative act?") +class GenerateDocForm(forms.Form): + form_label = _("Doc generation") + doc_generation = forms.BooleanField(required=False, + label=_(u"Generate the associated doc?")) -- cgit v1.2.3