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

13 lines
369 B
HTML
Raw Permalink Normal View History

2024-01-21 02:35:35 -05:00
<td{% if style %} style="{{ style }}"{% endif %}>
<div class="field">
<div class="control">
<input class="input"
id="{{ name }}-{{ card.id }}"
name="{{ name }}" type="{{ type }}"
{% if type == "number" %} step="any"{% endif %}
form="{{ form }}"
value="{{ value }}">
</div>
</div>
</td>