Files
webvirtcloud/templates/search_block.html
2020-06-15 17:52:05 +06: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>