This commit is contained in:
2023-07-28 18:25:16 +03:00
parent eaca92106d
commit a0113542c0
5 changed files with 27 additions and 12 deletions

View File

@@ -64,7 +64,7 @@
<input type="number" name="from_address_point" id="id_from_address_point" hidden />
<input
oninput="searchTown(this)"
onclick="searchTown(this)"
{# onclick="showSearchList()"#}
onblur="onblurInputField(event, this)"
type="text"
name="from_address_point_txt"
@@ -168,7 +168,7 @@
{# </div>#}
<div>
<div class="checkbox_cargo_type">
{% for item in form.fields.cargo_type.choices %}
<input
type="checkbox"