Improve system

This commit is contained in:
2022-05-27 09:45:09 +02:00
parent 19cdf93ac0
commit 6ade49ac87
23 changed files with 860 additions and 28 deletions

View File

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