This commit is contained in:
Johannes Loher 2021-02-19 18:10:26 +01:00
parent 9eb9d01b59
commit 2a10bfacdb
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
height="100" width="100" />
<div class="header-fields flexrow">
<h1 class="charname">
<label for="name" class="hidden">Name</label>
<label for="actor.name" class="hidden">Name</label>
<input name="name" type="text" id="actor.name" value="{{actor.name}}" placeholder="Name" />
</h1>
{{> systems/ds4/templates/actor/partials/character-progression.hbs}}

View file

@ -5,7 +5,7 @@
<div class="header-fields flexrow">
<h1 class="charname">
<label for="actor.name" class="hidden">Name</label>
<input name="name" type="text" value="{{actor.name}}" placeholder="Name" />
<input name="name" type="text" id="actor.name" value="{{actor.name}}" placeholder="Name" />
</h1>
{{> systems/ds4/templates/actor/partials/character-progression.hbs}}