fvtt-te-deum/templates/dialogs/character-creator-origine.hbs

23 lines
540 B
Handlebars
Raw Normal View History

2025-01-31 11:54:52 +01:00
<div class="fvtt-te-deum-character-creator">
<h2>{{title}}</h2>
<div class="form-group">
<select name="sexe">
{{selectOptions sexeChoice selected="hommme"}}
</select>
</div>
<div class="form-group">
<select name="religion">
{{selectOptions religionChoice selected="catholique" }}
</select>
</div>
<div class="form-group">
<select name="origineSociale">
{{selectOptions origineChoice selected="noblesseepee" valueAttr="id"}}
</select>
</div>
</div>