Show separators for NON driver select
This commit is contained in:
@ -40,6 +40,10 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<option value="{{ driver.name }}">{{ driver.abbr }}</option>
|
<option value="{{ driver.name }}">{{ driver.abbr }}</option>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if (include_none == true) and (driver.abbr == "NON") %}
|
||||||
|
<option disabled>──────────</option>
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{# Add an empty default if nothing has been chosen #}
|
{# Add an empty default if nothing has been chosen #}
|
||||||
|
Reference in New Issue
Block a user