cl-deck-builder2/templates/inventory/_edit_row.html

11 lines
211 B
HTML
Raw Normal View History

2024-01-21 02:35:35 -05:00
<tr>
<th>{{ title }}</th>
<td>
<div class="field">
<div class="control">
<input class="input" form="{{ form }}" name="{{ name }}" value="{{ value }}">
</div>
</div>
</td>
</tr>