[FIX] TEMPLATES: Fixed htmx syntax error on dashboard tiles html file

This commit is contained in:
Horilla
2025-06-02 16:23:28 +05:30
parent 408c219999
commit 5ef735acbd
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@
<!-- Search bar -->
<div class="oh-search-bar mb-3">
<input type="text" hx-get="{% url 'emp-workinfo-complete' %}" hx-target="#pending"
hx-trigger="keyup changed dealy:0.3s" id="employeeSearch" name="search"
hx-trigger="keyup changed delay:0.3s" id="employeeSearch" name="search"
placeholder="Search Employee">
</div>
<div class="oh-card-dashboard__body" hx-get="{% url 'emp-workinfo-complete' %}" hx-trigger="load">

View File

@@ -34,7 +34,7 @@
<i class="material-icons fw-lighter">close</i>
</span>
</div>
<div class="oh-card-dashboard__body" hx-get="{% url 'not-out-yet' %}" hx-trigger="load " id="notoutYetIdCardBody" style="height: 80%;">
<div class="oh-card-dashboard__body" hx-get="{% url 'not-out-yet' %}" hx-trigger="load" id="notoutYetIdCardBody" style="height: 80%;">
<div class="animated-background"></div>
</div>
</div>