fix: don't use an input to display the spell price as it's not editable
This commit is contained in:
parent
666b61ec09
commit
76f578a3fa
1 changed files with 1 additions and 2 deletions
|
@ -106,7 +106,6 @@ SPDX-License-Identifier: MIT
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="data.price-{{data._id}}">{{localize "DS4.SpellPrice"}}</label>
|
<label for="data.price-{{data._id}}">{{localize "DS4.SpellPrice"}}</label>
|
||||||
<input id="data.price-{{data._id}}" data-dtype="Number" type="number" min="0" step="0.01" name="data.price"
|
<span id="data.price-{{data._id}}">{{data.data.price}}</span>
|
||||||
placeholder="0" value="{{data.data.price}}" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue