mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Edit admin so not show checkbox
This commit is contained in:
parent
64aa07625e
commit
bec7ff7e85
1 changed files with 1 additions and 4 deletions
|
@ -126,10 +126,7 @@
|
|||
{% if 'confirm' in absData[currDate] %}
|
||||
<p class="highlightAbs"></p>
|
||||
{% else %}
|
||||
<input type="checkbox" class="tobeform 2^{{j}}^{{i}} late" id="late^{{j}}^{{i}}"
|
||||
onchange="unCheckAbs('{{j}}^{{i}}')">
|
||||
<input type="checkbox" class="tobeform 1^{{j}}^{{i}} absent" id="absent^{{j}}^{{i}}"
|
||||
onchange="unCheckLate('{{j}}^{{i}}')">
|
||||
<p class="highlightAbs"></p>
|
||||
{% endif %}
|
||||
<!-- <input type="checkbox" class="tobeform {{j}}^{{i}}"> -->
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue