1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00
webvirtcloud/templates/search_block.html
catborise 073b7b6717
Bootstrap5 (#17)
* Bootstrap5 migration
2021-07-07 14:12:38 +03:00

4 lines
146 B
HTML

{% load i18n %}
<div class="float-end search">
<input id="filter" class="form-control" type="text" placeholder="{% trans 'Search' %}">
</div>