summaryrefslogtreecommitdiff
path: root/chimere/main/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/main/widgets.py')
-rw-r--r--chimere/main/widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/main/widgets.py b/chimere/main/widgets.py
index 64893ab..9c53a6d 100644
--- a/chimere/main/widgets.py
+++ b/chimere/main/widgets.py
@@ -331,3 +331,4 @@ class SelectMultipleField(models.ManyToManyField):
defaults = {'widget': MultiSelectWidget}
keys.update(defaults)
return super(SelectMultipleField, self).formfield(**keys)
+