updated javascript files

This commit is contained in:
vabene1111
2021-01-13 22:48:50 +01:00
parent 486c871cb5
commit 910dc29f06
7 changed files with 305 additions and 16 deletions

View File

@ -84,7 +84,7 @@ class ExternalRecipeForm(forms.ModelForm):
class Meta:
model = Recipe
fields = (
'name', 'keywords', 'working_time', 'waiting_time',
'name', 'keywords', 'description', 'servings', 'working_time', 'waiting_time',
'file_path', 'storage', 'file_uid'
)