forked from public/foundryvtt-reve-de-dragon
Use hbs extension
This commit is contained in:
10
templates/partial-roll-competences.hbs
Normal file
10
templates/partial-roll-competences.hbs
Normal file
@ -0,0 +1,10 @@
|
||||
{{#if @root.competences}}
|
||||
<div class="form-group">
|
||||
<label for="roll-text">Compétence</label>
|
||||
<select name="roll-text" class="roll-text" data-dtype="String">
|
||||
{{#select ''}}<option value="">Sans compétence</option>
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.hbs"}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}}
|
Reference in New Issue
Block a user