rearrange search functionality

This commit is contained in:
catborise
2021-06-10 15:17:53 +03:00
parent 646eae59a2
commit d9c23291de
10 changed files with 31 additions and 80 deletions

View File

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