From c3bb366cb00fd1eaf7d1487a7c8e46b14659d081 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2016 13:52:44 +0200 Subject: Parcels: add public domain field - better management of parcel formsets (refs #2284) --- archaeological_operations/widgets.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations/widgets.py') 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) -- cgit v1.2.3