foundry-sw5e/templates/actors/newActor/parts/swalt-warnings.html
supervj 5bb253d9c3 Update Core to 1.4.1
Update Core to 1.4.1 and internal Version to 1.4.1.R1-A8
2021-08-06 16:38:15 -04:00

5 lines
117 B
HTML

<ol class="warnings">
{{#each warnings}}
<li class="notification warning">{{localize this}}</li>
{{/each}}
</ol>