[FIX] TEMPLATES: Fixed htmx syntax error on dashboard tiles html file
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user