This commit is contained in:
2023-08-29 12:47:38 +03:00
parent 4ee4d3f836
commit de0446c799
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
<input
type="datetime-local"
min= {{ now|date:"Y-m-d" }}T{{ now|date:"H:i" }}
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"

View File

@@ -45,6 +45,7 @@
<div>{{ route.get_cargo_type_display }}</div>
<div>{{ route.weight }}</div>
<div>{{ route.get_owner_type_display }}</div>
<div>{{ forloop.counter }}</div>
</a>
</div>
{% if route.owner != user %}