[UPDT] LEAVE: Confirmation on leave reset

This commit is contained in:
Horilla
2024-02-01 13:10:36 +05:30
parent 633beb29ba
commit f18a8135aa

View File

@@ -84,7 +84,7 @@
</div>
<div class="col-sm-12 col-md-12 ">
<div class="oh-input-group">
<label for="" class="oh-label">{% trans "Reset" %}</label>
<label for="id_reset" class="oh-label">{% trans "Reset" %}<span class="ms-1 me-3" title="{% trans "Do you want to reset leaves based on conditions?" %}"><ion-icon name="information-circle-outline"></ion-icon></span class="ms-3"></label>
{{form.reset}}
{{form.reset.errors}}
</div>