0.0.268 all child are replaced
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
{% if form.initial and form.initial.type_transport and form.initial.type_transport != '' %}
|
||||
<hr>
|
||||
<div class="departure_arrival">
|
||||
<div>
|
||||
<div class="wrap_left">
|
||||
<label for="id_departure_DT">{{ form.fields.departure_DT.label }}</label>
|
||||
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
<div id="arrival_div">
|
||||
<div id="arrival_div">
|
||||
<label for="id_arrival_DT">{{ form.fields.arrival_DT.label }}</label>
|
||||
{# <input#}
|
||||
{# type="datetime-local"#}
|
||||
@@ -144,7 +144,7 @@
|
||||
<span>{{ form.errors.from_address_point}}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div>
|
||||
<div class="wrap_right">
|
||||
<label for="id_to_address_point_txt">{{ form.fields.to_address_point.label }}</label>
|
||||
<input
|
||||
type="number"
|
||||
@@ -188,7 +188,7 @@
|
||||
{# <input type="text" name="to_city"{% if form.fields.to_city.required %} required{% endif %} id="id_to_city">#}
|
||||
{# </div>#}
|
||||
<div class="from_to_place">
|
||||
<div>
|
||||
<div class="wrap_left">
|
||||
<label for="id_from_place">{{ form.fields.from_place.label }}</label>
|
||||
<select
|
||||
class="custom_select el_form_b_new_route"
|
||||
@@ -207,7 +207,7 @@
|
||||
<span>{{ form.errors.from_place }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div>
|
||||
<div class="wrap_right">
|
||||
<label for="id_to_place">{{ form.fields.to_place.label }}</label>
|
||||
<select
|
||||
name="to_place"
|
||||
@@ -309,7 +309,7 @@
|
||||
<hr>
|
||||
|
||||
<div class="phone">
|
||||
<div>
|
||||
<div class="wrap_left">
|
||||
<label for="id_phone">{{ form.fields.phone.label }}</label>
|
||||
<input
|
||||
type="phone"
|
||||
@@ -329,7 +329,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="phone_right">
|
||||
|
||||
<label for="id_extra_phone">{{ form.fields.extra_phone.label }}</label>
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user