Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
<input
|
||||
type="datetime-local"
|
||||
min= {{ now|date:"Y-m-d" }}T{{ now|date:"H:i" }}
|
||||
min= {% now "Y-m-d" %}T{% now "H:i" %}
|
||||
name="departure_DT"
|
||||
{% if form.fields.departure_DT.required %} required{% endif %}
|
||||
id="id_departure_DT"
|
||||
@@ -80,7 +80,7 @@
|
||||
<label for="id_arrival_DT">{{ form.fields.arrival_DT.label }}</label>
|
||||
<input
|
||||
type="datetime-local"
|
||||
min="{% now "Y-m-d" %}T{% now "H:i" %}"
|
||||
min= {% now "Y-m-d" %}T{% now "H:i" %}
|
||||
name="arrival_DT"
|
||||
{% if form.fields.arrival_DT.required %} required{% endif %}
|
||||
id="id_arrival_DT"
|
||||
@@ -113,6 +113,7 @@
|
||||
autocomplete="off"
|
||||
type="text"
|
||||
minlength="3"
|
||||
maxlength="5"
|
||||
name="from_address_point_txt"
|
||||
class="from_address_point_txt post_route el_form_b_new_route"
|
||||
{% if form.fields.from_address_point.required %} required{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user