Skip to content
Snippets Groups Projects
Commit 9d0eef82 authored by alexisben's avatar alexisben
Browse files

Block-page: fix label

parent a345d422
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
<div class="form-check">
<input v-model="page.show_description" class="form-check-input boolean optional" :id="'page-' + index + '-show_short_description'" type="checkbox">
<label class="form-check-label boolean optional"
:for="'page-' + index + '-short_description'">Afficher la description courte</label>
:for="'page-' + index + '-show_short_description'">Afficher la description courte</label>
</div>
<div class="form-check">
<input v-model="page.show_image" class="form-check-input boolean optional" :id="'page-' + index + '-show_image'" type="checkbox">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment