0.0.154 upd select css

This commit is contained in:
2023-09-24 17:10:57 +03:00
parent c3079f4a65
commit 09ec97ec2f
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<div class="container-input-form-create-ticket">
<select name="department"
id="id_department"
class="el-form-create-ticket-select">
class="custom_select el-form-create-ticket-select">
{# <option>Отдел: Техническая поддержка</option>#}
{% for choice in form.fields.department.choices %}
<option title="{{ choice.1 }}" value="{{ choice.0 }}"{% if choice.0 == form.initial.department %} selected{% endif %}>{{ choice.1 }}</option>