Fix actor sheet

This commit is contained in:
2022-12-15 10:41:19 +01:00
parent d2e77dc61c
commit 3a33f7c4fc
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
{{>'systems/foundryvtt-reve-de-dragon/templates/scripts/autocomplete-script.hbs'}}
<form class="{{cssClass}}" autocomplete="off">
{{>'systems/foundryvtt-reve-de-dragon/templates/scripts/autocomplete-script.hbs'}}
{{!-- Sheet Header --}}
<header class="sheet-header">
@ -28,10 +29,13 @@
<a class="item" data-tab="items">Équipement</a>
<a class="item" data-tab="description">Description</a>
</nav>
{{!-- Sheet Body --}}
<section class="sheet-body">
{{!-- Carac Tab --}}
<div class="tab items" data-group="primary" data-tab="carac">
TEST
<div class="flexrow">
{{>"systems/foundryvtt-reve-de-dragon/templates/actor/vue-detaillee.html"}}
</div>