diff --git a/cookbook/forms.py b/cookbook/forms.py index 0c85bab31..4a1858ec8 100644 --- a/cookbook/forms.py +++ b/cookbook/forms.py @@ -12,7 +12,8 @@ class MultiSelectWidget(widgets.SelectMultiple): class EmojiWidget(forms.TextInput): class Media: js = ('custom/js/form_emoji.js',) - + # TODO add class to input fields so there is no longer a static reference to #id_icon in the js but a class based like in multiselect + class EditRecipeForm(forms.ModelForm): class Meta: