0.0.114 set min datatime-local

This commit is contained in:
2023-08-29 12:42:13 +03:00
parent fc4095a7e4
commit 408da784e1
2 changed files with 2 additions and 1 deletions

View File

@@ -1225,7 +1225,7 @@ form.new_route{
appearance: none;
height: 60px;
padding-left: 10px;
z-index: 1;
}
.from_address_point_txt.post_route{

View File

@@ -61,6 +61,7 @@
<input
type="datetime-local"
min= {{ now|date:"Y-m-d" }}T{{ now|date:"H:i" }}
name="departure_DT"
{% if form.fields.departure_DT.required %} required{% endif %}
id="id_departure_DT"