diff options
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)  | 
