Gestion du genre dans la creation de perso

This commit is contained in:
2025-03-11 13:45:04 +01:00
parent a30f813d94
commit c5cbf2a6d1
124 changed files with 207 additions and 149 deletions

View File

@ -25,12 +25,15 @@
</select>
</li>
<li class="flexrow">
{{#if hasGenre}}
<li class="flexrow">
<label class="item-name-label-long">Genre</label>
<select name="system.genre">
{{selectOptions config.genreEducation selected=system.genre labelAttr="label" }}
</select>
</li>
{{/if}}
{{#if hasMultiplier}}