Update group_teach show submit button

This commit is contained in:
Aaron Lee 2021-10-27 18:12:33 +08:00
parent a055499b71
commit 6f545dc939

View file

@ -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}}"