0.0.154 upd select css
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user