mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
5 lines
146 B
HTML
5 lines
146 B
HTML
{% load i18n %}
|
|
<div class="float-end search">
|
|
<input id="filter" class="form-control" type="text" placeholder="{% trans 'Search' %}">
|
|
</div>
|