1.1.54 add readonly for departure/arrival input
This commit is contained in:
@@ -197,6 +197,7 @@
|
||||
{# onchange="checkDate()"#}
|
||||
{# onclick="setIcon(this)"#}
|
||||
onmouseup="hideErrors(this)"
|
||||
readonly
|
||||
type="text"
|
||||
id="id_departure_DT"
|
||||
name="departure_DT"
|
||||
@@ -235,6 +236,7 @@
|
||||
onchange="checkDate()"
|
||||
onmouseup="hideErrors(this)"
|
||||
type="text"
|
||||
readonly
|
||||
id="id_arrival_DT"
|
||||
name="arrival_DT"
|
||||
placeholder="{% translate "Выберите дату и время" %}" {% if form.initial.arrival_DT %}
|
||||
|
||||
Reference in New Issue
Block a user