[FIX] ATTENDANCE: Trans tag bug in placeholder of search box

This commit is contained in:
Horilla
2024-01-19 09:35:43 +05:30
parent d82f940f70
commit ef66643bca

View File

@@ -138,7 +138,7 @@
type="text"
class="oh-input oh-input__icon"
aria-label="Search Input"
placeholder={% trans "Search" %}
placeholder="{% trans 'Search' %}"
name="search"
/>
</div>