Use hbs extension
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<div class="form-group">
|
||||
<label for="system.draconic">Draconic</label>
|
||||
<select name="system.draconic" data-dtype="String">
|
||||
{{#select system.draconic}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-draconic.html"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-draconic.hbs"}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
@ -14,7 +14,7 @@
|
||||
<label for="system.caseTMR">Case TMR</label>
|
||||
<select name="system.caseTMR" data-dtype="String">
|
||||
{{#select system.caseTMR}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-tmr-type.html"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-tmr-type.hbs"}}
|
||||
<option value="special">Case spéciale TMR (saisie ci-dessous)</option>
|
||||
{{/select}}
|
||||
</select>
|
||||
@ -76,6 +76,6 @@
|
||||
</div>
|
||||
{{/each}}
|
||||
<hr>
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
|
||||
</section>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user