forked from public/foundryvtt-reve-de-dragon
Use hbs extension
This commit is contained in:
3
templates/enum-periode.hbs
Normal file
3
templates/enum-periode.hbs
Normal file
@ -0,0 +1,3 @@
|
||||
{{#each (timestamp-formulesPeriode) as |periode|}}
|
||||
<option value="{{periode.code}}">{{periode.label}}</option>
|
||||
{{/each}}
|
Reference in New Issue
Block a user