summaryrefslogtreecommitdiff
path: root/ishtar_common/widgets.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-11 11:43:43 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-11 11:43:43 +0100
commit4152ca5cffb5fc04150b89996313ab1126cb38d2 (patch)
treeb90b1997c7521e23827e133506ed51bf66bffb18 /ishtar_common/widgets.py
parent85e78bc70c7abb0772a060678b2309f27e6b2b11 (diff)
downloadIshtar-4152ca5cffb5fc04150b89996313ab1126cb38d2.tar.bz2
Ishtar-4152ca5cffb5fc04150b89996313ab1126cb38d2.zip
Treatements: add cost fields
Diffstat (limited to 'ishtar_common/widgets.py')
-rw-r--r--ishtar_common/widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py
index ddbfa91bf..020eca5af 100644
--- a/ishtar_common/widgets.py
+++ b/ishtar_common/widgets.py
@@ -61,6 +61,7 @@ class Select2Multiple(forms.SelectMultiple):
return super(Select2Multiple, self).render(name, value, attrs,
choices)
+
class CheckboxSelectMultiple(CheckboxSelectMultipleBase):
"""
Fix initialization bug.