Fix gears management"

This commit is contained in:
2021-05-23 11:45:50 +02:00
parent b93a29f7fc
commit 5ceeefb522
4 changed files with 8 additions and 7 deletions

View File

@@ -43,10 +43,11 @@
<label class="generic-label">Worn ?</label>
<label class="attribute-value checkbox"><input type="checkbox" name="data.worn" {{checked data.worn}}/></label>
</div>
{{/with}}
<div class="flexcol">
<label class="generic-label">Description</label>
<div class="form-group medium-editor">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
{{editor content=data.data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</div>
{{/with}}