0.0.154 upd select css
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
onchange="OnSelectionChange(this)"
|
||||
name="type_transport"
|
||||
id="id_type_transport"
|
||||
class="el_form_b_new_route">
|
||||
class="custom_select el_form_b_new_route">
|
||||
|
||||
{% for item in form.fields.type_transport.choices %}
|
||||
<option
|
||||
@@ -186,7 +186,7 @@
|
||||
<div>
|
||||
<label for="id_from_place">{{ form.fields.from_place.label }}</label>
|
||||
<select
|
||||
class="el_form_b_new_route"
|
||||
class="custom_select el_form_b_new_route"
|
||||
name="from_place"
|
||||
{# onchange="hideErrorMsg(this)"#}
|
||||
id="id_from_place"
|
||||
@@ -207,7 +207,7 @@
|
||||
<select
|
||||
name="to_place"
|
||||
id="id_to_place"
|
||||
class="el_form_b_new_route"
|
||||
class="custom_select el_form_b_new_route"
|
||||
{% if form.fields.to_place.required %} required{% endif %}>
|
||||
{% for item in form.fields.to_place.choices %}
|
||||
<option
|
||||
|
||||
Reference in New Issue
Block a user