brass/web/templates/clothing/clothing_entry_edit.html

16 lines
385 B
HTML

<li>
<input class="input" type="text" value="{{ c.name }}" />
<div class="buttons">
<button class="button">
<svg class="icon">
<use href="/static/feather-sprite.svg#check-circle" />
</svg>
</button>
<button class="button">
<svg class="icon">
<use href="/static/feather-sprite.svg#x-circle" />
</svg>
</button>
</div>
</li>