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

5 lines
146 B
HTML
Raw Normal View History

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