mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Update group_teach show submit button
This commit is contained in:
parent
a055499b71
commit
6f545dc939
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
||||||
{% if [grade,homeroom] in confirmed %}
|
{% if [grade,homeroom] in confirmed %}
|
||||||
<p class="highlightAbs">--</p>
|
<p class="highlightAbs">--</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
{% set alr_fill.found = false %}
|
||||||
<input type="checkbox" class="tobeform {{grade}}^{{homeroom}}^{{student}} late"
|
<input type="checkbox" class="tobeform {{grade}}^{{homeroom}}^{{student}} late"
|
||||||
id="late^{{i}}^{{grade}}^{{homeroom}}^{{student}}"
|
id="late^{{i}}^{{grade}}^{{homeroom}}^{{student}}"
|
||||||
name="2^{{grade}}^{{homeroom}}^{{student}}"
|
name="2^{{grade}}^{{homeroom}}^{{student}}"
|
||||||
|
|
Loading…
Reference in a new issue