rename partial tpl actor-sheet

This commit is contained in:
Vincent Vandemeulebrouck
2021-05-04 12:19:49 +02:00
parent 8958377fdb
commit 6c783a7139
7 changed files with 9 additions and 9 deletions

View File

@ -0,0 +1,6 @@
{{#if options.isGM}}
<h3>Notes du MJ : </h3>
<div class="form-group editor">
{{editor content=data.notesmj target="data.notesmj" button=true owner=owner editable=editable}}
</div>
{{/if}}