Files
webvirtcloud/templates/search_block.html
2021-06-15 13:28:47 +03:00

5 lines
148 B
HTML

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