Skip to content

Commit

Permalink
This isn't correct anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 1, 2019
1 parent d64de0c commit ccdc5df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions form_designer/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ def __init__(self, *args, **kwargs):
)

self.fields["config_options"] = forms.MultipleChoiceField(
choices=choices,
label=_("Options"),
help_text=_("Save and continue editing to configure options."),
widget=forms.CheckboxSelectMultiple,
choices=choices, label=_("Options"), widget=forms.CheckboxSelectMultiple,
)

config_fieldsets = []
Expand Down

0 comments on commit ccdc5df

Please sign in to comment.