summaryrefslogtreecommitdiff
path: root/archaeological_operations/widgets.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 13:52:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-17 13:53:44 +0200
commita39de3c54cf2f76cd40dd83a0f780e8780267c0c (patch)
tree8c0b91b41ceb45dcfc72bb3ac8d55bc1b945089c /archaeological_operations/widgets.py
parent64380cbd4141966848695dc3a8ee52e0acee5e3c (diff)
downloadIshtar-a39de3c54cf2f76cd40dd83a0f780e8780267c0c.tar.bz2
Ishtar-a39de3c54cf2f76cd40dd83a0f780e8780267c0c.zip
Parcels: add public domain field - better management of parcel formsets (refs #2284)
Diffstat (limited to 'archaeological_operations/widgets.py')
-rw-r--r--archaeological_operations/widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/widgets.py b/archaeological_operations/widgets.py
index e3c0cd2ea..3a4c458f6 100644
--- a/archaeological_operations/widgets.py
+++ b/archaeological_operations/widgets.py
@@ -33,6 +33,7 @@ class ParcelWidget(widgets.MultiWidget):
_widgets = (
widgets.TextInput(attrs=attrs),
widgets.TextInput(attrs=attrs),
+ widgets.CheckboxInput(),
)
super(ParcelWidget, self).__init__(_widgets, attrs)