mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 15:48:27 -05:00
added TODO
This commit is contained in:
@@ -12,7 +12,8 @@ class MultiSelectWidget(widgets.SelectMultiple):
|
|||||||
class EmojiWidget(forms.TextInput):
|
class EmojiWidget(forms.TextInput):
|
||||||
class Media:
|
class Media:
|
||||||
js = ('custom/js/form_emoji.js',)
|
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 EditRecipeForm(forms.ModelForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user