update calendar

This commit is contained in:
Simon Vieille 2022-04-18 16:22:24 +02:00
parent 6763eedb39
commit 41e534546f
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -20,7 +20,7 @@
</div>
<div class="col-md-4">
<div class="pr-2">
<label for="projects">Intervenants</label>
<label for="projects">Intervenantes</label>
<select class="form-control" v-model="selectedSpeakers" id="speakers" multiple>
<option v-for="item in speakers" v-bind:value="item.id">{{ item.name }}</option>
</select>