Fix 'All Keywords' label in website import

This commit is contained in:
Aaron
2020-12-22 23:51:55 +01:00
parent e7fc15dc72
commit bc31f013c0

View File

@@ -194,9 +194,9 @@
</div>
<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"
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 class="form-group">