0.0.106
This commit is contained in:
@@ -1120,7 +1120,7 @@ form.new_route{
|
||||
|
||||
|
||||
}
|
||||
.departure_arrival>div:last-child,
|
||||
.departure_arrival>div:nth-child(2),
|
||||
.from_to_place>div:last-child,
|
||||
.from_to_country>div:last-child,
|
||||
.phone>div:nth-child(2)
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
<hr>
|
||||
<div class="from_to_country">
|
||||
<div class="from_country_container">
|
||||
<label for="id_from_address_point">{{ form.fields.from_address_point.label }}</label>
|
||||
<label for="id_from_address_point_txt">{{ form.fields.from_address_point.label }}</label>
|
||||
<input
|
||||
type="number"
|
||||
name="from_address_point"
|
||||
@@ -123,7 +123,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<div>
|
||||
<label for="id_to_address_point">{{ form.fields.to_address_point.label }}</label>
|
||||
<label for="id_to_address_point_txt">{{ form.fields.to_address_point.label }}</label>
|
||||
<input
|
||||
type="number"
|
||||
name="to_address_point"
|
||||
@@ -260,7 +260,7 @@
|
||||
|
||||
<input
|
||||
type="text"
|
||||
id="id_weight"
|
||||
id="id_weight"id="id_weight"
|
||||
name="weight"
|
||||
{% if form.initial.weight %}
|
||||
value="{{ form.initial.weight }}"
|
||||
|
||||
Reference in New Issue
Block a user