Update profil

This commit is contained in:
2022-10-26 08:46:14 +02:00
parent e5e08d35cb
commit c3d3b7741a
3 changed files with 24 additions and 2 deletions

View File

@ -45,6 +45,26 @@
{{/select}}
</select>
</li>
<li class="flexrow item ">
<label class="generic-label item-field-label-long">Attribut principal 3 </label>
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
<option value="none">Aucun</option>
{{#select system.attribut3}}
{{#each attributs as |attrLabel attrKey|}}
<option value="{{attrKey}}">{{attrLabel}}</option>
{{/each}}
{{/select}}
</select>
</li>
<li class="flexrow item">
<label class="generic-label">Compétences exercées : </label>
</li>
<li class="flexrow item">
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
name="system.compétences" data-dtype="String">{{system.compétences}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">Talents Initié : </label>