0.0.22 autocomlitev2.js
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<div class="from_to_country">
|
||||
<div>
|
||||
<label for="id_from_country">{{ form.fields.from_country.label }}</label>
|
||||
<input type="text" name="from_country"{% if form.fields.from_country.required %} required{% endif %} id="id_from_country">
|
||||
<input oninput="search(this)" type="text" name="from_country"{% if form.fields.from_country.required %} required{% endif %} id="id_from_country">
|
||||
{% if form.errors and form.errors.from_country %}
|
||||
<span>{{ form.errors.from_country }}</span>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user