5 lines
293 B
HTML
5 lines
293 B
HTML
<select autocomplete="false" id="{{ widget.name }}_select" name="{{ widget.name }}"{% include "django/forms/widgets/attrs.html" %} style="width: 300px">
|
|
<option value="">--------</option>
|
|
</select>
|
|
<input autocomplete="false" id="{{ widget.name }}_search" name="{{ widget.name }}_search" />
|
|
|