cl-deck-builder2/templates/inventory/_edit_row.html
2024-03-05 22:11:33 -05:00

11 lines
211 B
HTML

<tr>
<th>{{ title }}</th>
<td>
<div class="field">
<div class="control">
<input class="input" form="{{ form }}" name="{{ name }}" value="{{ value }}">
</div>
</div>
</td>
</tr>