Parent: [cceb25] (diff)

Child: [2de696] (diff)

Download this file

label_edit.html    4 lines (3 with data), 203 Bytes

1
2
3
<div>
<input id="{{name}}" name="{{name}}" type="text" value="{{value and ','.join(value) or ''}}" class="label_edit {{className}}"{% if placeholder %} placeholder="{{placeholder}}"{% endif %}>
</div>