From 062d00c4742d8e47c97572f41fa7f5108056fb7a Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 16 May 2018 00:16:14 +0200 Subject: [PATCH] added TODO --- cookbook/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: