summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-12-14 23:52:13 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-12-14 23:52:13 +0100
commitdd005db8c38c1139c33a5f3b8b9e3e1556b28b38 (patch)
treee702a5e335c4366a1e27499a4db51e31b7f5c7b7 /archaeological_operations/forms.py
parentc6f301b76291d2f416f6a641fe92b03cd10076a7 (diff)
parentb3c5ce577b925da4022f21ccdf8d138486557450 (diff)
downloadIshtar-dd005db8c38c1139c33a5f3b8b9e3e1556b28b38.tar.bz2
Ishtar-dd005db8c38c1139c33a5f3b8b9e3e1556b28b38.zip
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py4
1 files changed, 4 insertions, 0 deletions
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?"))