ENH: Notes
parent
f3f838d287
commit
b78de8fffc
|
@ -42,8 +42,11 @@
|
||||||
{{> "systems/ose/templates/actors/partials/character-inventory-tab.html"}}
|
{{> "systems/ose/templates/actors/partials/character-inventory-tab.html"}}
|
||||||
</div>
|
</div>
|
||||||
<div class="tab" data-group="primary" data-tab="notes">
|
<div class="tab" data-group="primary" data-tab="notes">
|
||||||
{{editor content=data.details.biography target="data.details.biography"
|
<div class="inventory">
|
||||||
button=true owner=owner editable=editable}}
|
<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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</form>
|
</form>
|
Loading…
Reference in New Issue