0.0.22 autocomlitev2.js

This commit is contained in:
2023-07-20 16:05:21 +03:00
parent ced379ab20
commit f2019ec81b
8 changed files with 86 additions and 17 deletions

View File

@@ -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 %}