0.0.51
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
Куда доставит:{{ route.to_place }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="route_contact">
|
||||
<h2>Контакты перевозчика:</h2>
|
||||
|
||||
Reference in New Issue
Block a user