ENH: Notes

master
U~man 2020-07-08 22:05:45 +02:00
parent f3f838d287
commit b78de8fffc
1 changed files with 5 additions and 2 deletions

View File

@ -42,8 +42,11 @@
{{> "systems/ose/templates/actors/partials/character-inventory-tab.html"}}
</div>
<div class="tab" data-group="primary" data-tab="notes">
{{editor content=data.details.biography target="data.details.biography"
button=true owner=owner editable=editable}}
<div class="inventory">
<div class="item-titles">{{localize "OSE.category.notes"}}</div>
{{editor content=data.details.biography target="data.details.biography"
button=true owner=owner editable=editable}}
</div>
</div>
</section>
</form>