Development
This commit is contained in:
parent
2cf7da37b8
commit
1de68e6e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1254,6 +1254,7 @@ def _render_item(item, tokens, inherited_req=None):
|
|||
f'<div class="form-group record-editor" data-name="{name}" data-empty-message="{empty}">'
|
||||
f'<div class="record-editor-body">'
|
||||
f'<div class="record-editor-table-wrap">'
|
||||
f'<label class="form-label record-editor-label">{label}</label>'
|
||||
f'<table class="data-table record-editor-table">'
|
||||
f'<thead><tr>{ths}</tr></thead>'
|
||||
f'<tbody class="record-editor-rows">'
|
||||
|
|
@ -1264,7 +1265,6 @@ def _render_item(item, tokens, inherited_req=None):
|
|||
f'</table>'
|
||||
f'</div>'
|
||||
f'<div class="record-editor-form">'
|
||||
f'<label class="form-label record-editor-label">{label}</label>'
|
||||
f'{form_rows}'
|
||||
f'<div style="margin-top:0.5rem">'
|
||||
f'<button type="button" class="btn btn-secondary btn-sm record-editor-add-btn">Add</button>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue