Initial system development

This commit is contained in:
2021-01-18 16:11:27 +01:00
parent 0699b05806
commit 199dc4c6ed
64 changed files with 513 additions and 4 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}}