[FIX] ATTENDANCE: Trans tag bug in placeholder of search box
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user