Gestion etat general pour creatures

This commit is contained in:
2020-09-20 21:52:46 +02:00
parent 5e7a5f4ccb
commit 6553d083c1
3 changed files with 5 additions and 3 deletions

View File

@ -178,7 +178,7 @@
{{!-- Biography Tab --}}
<div class="tab description" data-group="primary" data-tab="description" style="height:200px">
<div class="form-group" style="height:200px">
{{editor content="data.description" target="data.description" button=true owner=owner editable=editable}}
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</div>