mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 05:39:00 -05:00
Fix 'All Keywords' label in website import
This commit is contained in:
@@ -194,9 +194,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="id_all_keywords">{% trans 'All Keywords' %}</label><br/>
|
{% trans 'All Keywords' %}<br/>
|
||||||
<input id="id_all_keywords" type="checkbox"
|
<input id="id_all_keywords" type="checkbox"
|
||||||
v-model="all_keywords"> {% trans 'Import all Keywords not only the ones already existing.' %}
|
v-model="all_keywords"> <label for="id_all_keywords">{% trans 'Import all Keywords not only the ones already existing.' %}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user