7 lines
187 B
HTML
7 lines
187 B
HTML
|
{{#if data.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}}
|