Fix #922 -- make widget compat mode not required (#926)

Fixes #922
This commit is contained in:
Felix Rindt
2018-05-28 15:03:42 +02:00
committed by Raphael Michel
parent 6ecddfc6c0
commit 65a2ea3935

View File

@@ -984,6 +984,7 @@ class WidgetCodeForm(forms.Form):
)
compatibility_mode = forms.BooleanField(
label=_("Compatibility mode"),
required=False,
help_text=_("Our regular widget doesn't work in all website builders. If you run into trouble, try using "
"this compatibility mode.")
)