diff options
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 |
commit | c3bb366cb00fd1eaf7d1487a7c8e46b14659d081 (patch) | |
tree | 8c0b91b41ceb45dcfc72bb3ac8d55bc1b945089c /archaeological_operations/widgets.py | |
parent | 6f78867c8dfa8adb58f8d072d71ee8e52dd660fa (diff) | |
download | Ishtar-c3bb366cb00fd1eaf7d1487a7c8e46b14659d081.tar.bz2 Ishtar-c3bb366cb00fd1eaf7d1487a7c8e46b14659d081.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.py | 1 |
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) |