2 lines
192 B
HTML
2 lines
192 B
HTML
<option value="{{ widget.value|stringformat:'s' }}" {% include "horilla_widgets/attr.html" %} {% if not widget.value %}disabled{% endif %}>{{ widget.label }}{{widget.disable_option}}</option>
|