Update sheets and fix basic bugs
This commit is contained in:
10
templates/protagonist-biography.hbs
Normal file
10
templates/protagonist-biography.hbs
Normal file
@ -0,0 +1,10 @@
|
||||
<section class="tab protagonist-{{tab.id}} {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">
|
||||
<fieldset>
|
||||
<legend>{{localize "CTHULHUETERNAL.Character.Label.description"}}</legend>
|
||||
{{formInput systemFields.description enriched=description value=system.description name="system.description" toggled=true}}
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>{{localize "CTHULHUETERNAL.Character.Label.notes"}}</legend>
|
||||
{{formInput systemFields.notes enriched=notes value=system.notes name="system.notes" toggled=true}}
|
||||
</fieldset>
|
||||
</section>
|
Reference in New Issue
Block a user