Added placeholder to collection select

This commit is contained in:
Анатолий Богомолов 2024-03-07 20:06:16 +10:00
parent 9d8b23ae98
commit 002904d28f
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@
<select class="form-select flex-fill" size="3">
{% for collection in collections %}
<option value="{{collection.id}}">{{ collection.name }}</option>
{% else %}
<option disabled>Добавьте новую базу пользователей</option>
{% endfor %}
</select>
</section>