mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
073b7b6717
* Bootstrap5 migration
4 lines
146 B
HTML
4 lines
146 B
HTML
{% load i18n %}
|
|
<div class="float-end search">
|
|
<input id="filter" class="form-control" type="text" placeholder="{% trans 'Search' %}">
|
|
</div>
|