mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
added TODO
This commit is contained in:
@@ -12,6 +12,7 @@ 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):
|
||||
|
||||
Reference in New Issue
Block a user