Show separators for NON driver select

This commit is contained in:
2024-02-20 21:08:15 +01:00
parent 2d912bdc73
commit 7985b9604a

View File

@ -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 #}