added customizable Servings text

This commit is contained in:
vabene1111
2021-01-21 20:05:46 +01:00
parent 32044907bf
commit 6992bf83aa
6 changed files with 25 additions and 3 deletions

View File

@@ -65,6 +65,9 @@
<label for="id_name"> {% trans 'Servings' %}</label>
<input class="form-control" id="id_servings" v-model="recipe.servings">
<br/>
<label for="id_name"> {% trans 'Servings Text' %}</label>
<input class="form-control" id="id_servings_text" v-model="recipe.servings_text" maxlength="32">
<br/>
<label for="id_name"> {% trans 'Keywords' %}</label>
<multiselect
v-model="recipe.keywords"