0.0.58 upd route_info

This commit is contained in:
2023-07-29 17:50:32 +03:00
parent 12b97c1f61
commit d3a4539305
11 changed files with 174 additions and 61 deletions

View File

@@ -123,6 +123,7 @@
<label for="id_from_place">{{ form.fields.from_place.label }}</label>
<select
name="from_place"
{# onchange="hideErrorMsg(this)"#}
id="id_from_place"
{% if form.fields.from_place.required %} required{% endif %}>
{% for item in form.fields.from_place.choices %}