This commit is contained in:
2023-08-17 16:25:19 +03:00
parent a2925ad45c
commit 20ed037311
2 changed files with 4 additions and 4 deletions

View File

@@ -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_place>div:last-child,
.from_to_country>div:last-child, .from_to_country>div:last-child,
.phone>div:nth-child(2) .phone>div:nth-child(2)

View File

@@ -89,7 +89,7 @@
<hr> <hr>
<div class="from_to_country"> <div class="from_to_country">
<div class="from_country_container"> <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 <input
type="number" type="number"
name="from_address_point" name="from_address_point"
@@ -123,7 +123,7 @@
{% endif %} {% endif %}
</div> </div>
<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 <input
type="number" type="number"
name="to_address_point" name="to_address_point"
@@ -260,7 +260,7 @@
<input <input
type="text" type="text"
id="id_weight" id="id_weight"id="id_weight"
name="weight" name="weight"
{% if form.initial.weight %} {% if form.initial.weight %}
value="{{ form.initial.weight }}" value="{{ form.initial.weight }}"