1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-26 08:05:22 +00:00
webvirtcloud/templates/search_block.html

5 lines
148 B
HTML
Raw Normal View History

{% load i18n %}
<div class="float-right search">
2021-06-10 12:17:53 +00:00
<input id="filter" class="form-control" type="text" placeholder="{% trans 'Search' %}">
</div>