Added placeholder to collection select
This commit is contained in:
parent
9d8b23ae98
commit
002904d28f
|
@ -88,6 +88,8 @@
|
||||||
<select class="form-select flex-fill" size="3">
|
<select class="form-select flex-fill" size="3">
|
||||||
{% for collection in collections %}
|
{% for collection in collections %}
|
||||||
<option value="{{collection.id}}">{{ collection.name }}</option>
|
<option value="{{collection.id}}">{{ collection.name }}</option>
|
||||||
|
{% else %}
|
||||||
|
<option disabled>Добавьте новую базу пользователей</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue