|
@@ -10,7 +10,7 @@ file that was distributed with this source code.
|
|
|
#}
|
|
|
{% spaceless %}
|
|
|
|
|
|
- <input type="text" name="{{ full_name }}_autocomplete_input" id="{{ id }}_autocomplete_input" value=""
|
|
|
+ <input type="text" id="{{ id }}_autocomplete_input" value=""
|
|
|
{%- if read_only %} readonly="readonly"{% endif -%}
|
|
|
{%- if disabled %} disabled="disabled"{% endif -%}
|
|
|
{%- if required %} required="required"{% endif %}
|