Tâches sans compétences

This commit is contained in:
Vincent Vandemeulebrouck
2022-10-31 15:19:08 +01:00
parent 269b4ec0ca
commit f1d7cfa1f8
3 changed files with 27 additions and 9 deletions

View File

@ -16,6 +16,7 @@
<label for="xp">Compétence</label>
<select name="system.competence" id="competenceselect" data-dtype="String">
{{#select system.competence}}
<option value="">Sans compétence</option>
{{#each competences as |competence key|}}
<option value="{{competence.name}}">{{competence.name}}</option>
{{/each}}